Browse Source

Merge pull request #107 from Naoir/perl-x86_64

perl: Add x86_64 support
lilik-openwrt-22.03
sbyx 10 years ago
parent
commit
5092ba6780
2 changed files with 1148 additions and 1 deletions
  1. +1
    -1
      lang/perl/Makefile
  2. +1147
    -0
      lang/perl/files/config.sh-x86_64.in

+ 1
- 1
lang/perl/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=perl
PKG_VERSION:=5.20.0
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_MD5SUM:=406ec049ebe3afcc80d9c76ec78ca4f8
PKG_SOURCE_URL:=ftp://ftp.cpan.org/pub/CPAN/src/5.0 \


+ 1147
- 0
lang/perl/files/config.sh-x86_64.in
File diff suppressed because it is too large
View File


Loading…
Cancel
Save