chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec3189
)
perl: Bump build revision to force rebuild
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 14 Apr 2016 00:30:02 +0000
(20:30 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 14 Apr 2016 00:30:02 +0000
(20:30 -0400)
This rebuild will be against a patched pwd.h so that perl does not
try to link in 'endpwent', which has been removed in Android N.
Fixes #212.
packages/perl/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/perl/build.sh
b/packages/perl/build.sh
index 9fdeac74d00328eee0ca04dbf0765bda5afb4f88..3326372f949940e0d7f9eceeb0a330a5fd7bce28 100644
(file)
--- a/
packages/perl/build.sh
+++ b/
packages/perl/build.sh
@@
-4,6
+4,7
@@
TERMUX_PKG_DESCRIPTION="Capable, feature-rich programming language"
# cpan modules will require make:
TERMUX_PKG_DEPENDS="make"
TERMUX_PKG_VERSION=5.22.1
+TERMUX_PKG_BUILD_REVISION=1
TERMUX_PKG_SRCURL=http://www.cpan.org/src/5.0/perl-${TERMUX_PKG_VERSION}.tar.gz
# Does not work with parallell builds:
TERMUX_MAKE_PROCESSES=1