diff options
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index db3d0931f3f1..2ef54b8d64cd 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -32,6 +32,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ -Dsitearch=${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} \ -Dsitelib=${PREFIX}/lib/perl5/site_perl/${PERL_VER} \ -Dscriptdir=${PREFIX}/bin \ + -Dcc="${CC}" \ -Ui_malloc -Ui_iconv -Dccflags=-DAPPLLIB_EXP=\"${BSDPAN_DEST}\" INSTALLS_SHLIB= yes |