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

perl: allow CC and friends

This commit is contained in:
Dylan Araps 2019-10-08 21:51:31 +03:00
parent 05bc5ff136
commit f5efc12367
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -20,6 +20,10 @@ export CFLAGS="$CFLAGS -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
-Dlddlflags="-shared $LDFLAGS" \
-Dldflags="$LDFLAGS" \
-Doptimize="-Wall $CFLAGS" \
-Dcc="${CC:-gcc}" \
-Dar="${AR:-ar}" \
-Dnm="${NM:-nm}" \
-Dranlib="${RANLIB:-ranlib}" \
-Dperl_static_inline="static __inline__" \
-Dd_static_inline