diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-22 17:45:56 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-22 17:45:56 +0000 |
commit | 316d640e19957ec82f14fe8e1069a6c041b077e1 (patch) | |
tree | bc1b73b59ad01834a4fec5938b5124b57c5eeb0b /lang/perl5.14/Makefile | |
parent | 8bb7551e9d5f5e52638528dc90bdba47c1041183 (diff) |
Do not let Perl's Configure finds out if it needs to use nm or not. It should
not. In some case I can't reproduce, it was believing it should, and was
failing badly.
Reported by: Joe Francia, Scott Loga
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=375254
Diffstat (limited to 'lang/perl5.14/Makefile')
-rw-r--r-- | lang/perl5.14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index d9df69295f6d..b04dd5e67c34 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -66,7 +66,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ -Dsiteman3dir=${SITE_MAN3} \ -Dsiteman1dir=${PREFIX}/man/man1 \ -Dotherlibdirs=${PREFIX}/lib/perl5/site_perl/${PERL_VER}:${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} \ - -Ui_malloc -Ui_iconv -Uinstallusrbinperl \ + -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dusenm=n \ -Dcc="${CC}" -Duseshrplib -Dinc_version_list=none LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" \ |