diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/perl.xibuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/system/perl.xibuild b/repo/system/perl.xibuild index e75246a..146b983 100644 --- a/repo/system/perl.xibuild +++ b/repo/system/perl.xibuild @@ -7,12 +7,14 @@ PKG_VER=5.34.0 SOURCE=https://www.cpan.org/src/5.0/perl-$PKG_VER.tar.gz DESC="The Practical Extraction and Report Language" -build () { +prepare () { export BUILD_ZLIB=False export BUILD_BZIP2=0 sh Configure -des -Dprefix=/usr -Dlibs=-lm -Uloclibpth -Ulocincpth +} +build () { make } |