diff options
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index cd65d16d33b..a88d22d723f 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2005/10/19 04:40:23 jlam Exp $ +# $NetBSD: Makefile,v 1.106 2005/12/05 23:55:10 rillig Exp $ # The following two variables should have empty values unless we're # building a perl snapshot or release candidate. @@ -91,7 +91,7 @@ CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -sde CONFIGURE_ARGS+= -Darchname="${MACHINE_ARCH}-${LOWER_OPSYS}" CONFIGURE_ARGS+= -Dcc=${CC:Q} -CONFIGURE_ARGS+= -Doptimize=${CFLAGS:Q} +CONFIGURE_ARGS+= -Doptimize=${CFLAGS:M*:Q} CONFIGURE_ARGS+= -Duseshrplib CONFIGURE_ARGS+= -Ui_malloc CONFIGURE_ARGS+= -Uusemymalloc |