2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

perl: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 06:05:25 +03:00
parent 664a928d4f
commit 103ae2e2d5
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -20,10 +20,10 @@ export CFLAGS="$CFLAGS -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
-Dlddlflags="-shared $LDFLAGS" \
-Dldflags="$LDFLAGS" \
-Doptimize="-Wall $CFLAGS" \
-Dcc="${CC:-cc}" \
-Dar="${AR:-ar}" \
-Dnm="${NM:-nm}" \
-Dranlib="${RANLIB:-ranlib}" \
-Dcc="$CC" \
-Dar="$AR" \
-Dnm="$NM" \
-Dranlib="$RANLIB" \
-Dman1dir=/usr/share/man/man1 \
-Dman3dir=/usr/share/man/man3 \
-Dinstallman1dir=/usr/share/man/man1 \
@ -34,7 +34,7 @@ export CFLAGS="$CFLAGS -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
-Dd_static_inline
make
make DESTDIR="$1" install
make install
# Remove all unneeded files.
find "$1" -name \*.pod -exec rm -f {} +