Browse Source

Merge pull request #107 from Naoir/perl-x86_64

perl: Add x86_64 support
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
9 9
 
10 10
 PKG_NAME:=perl
11 11
 PKG_VERSION:=5.20.0
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13 13
 PKG_MD5SUM:=406ec049ebe3afcc80d9c76ec78ca4f8
14 14
 
15 15
 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