summaryrefslogtreecommitdiff
path: root/lang/libperl/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-12-02 16:53:02 +0000
committertv <tv@pkgsrc.org>1998-12-02 16:53:02 +0000
commitf57d62862ca7d82bc254ccca60a86c0624f7dac2 (patch)
treee4dc7f3e75b1dcef7b67752d81885fdcf645927a /lang/libperl/Makefile
parent6b2c748df4554cfb8568c5f157859b2af9b3d711 (diff)
downloadpkgsrc-f57d62862ca7d82bc254ccca60a86c0624f7dac2.tar.gz
Do not use Perl's malloc (will interfere with modules that interact with
code that is outside of Perl's reach). The BSD malloc is Fine.
Diffstat (limited to 'lang/libperl/Makefile')
-rw-r--r--lang/libperl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/libperl/Makefile b/lang/libperl/Makefile
index 0f3b632bc7f..07f3773b085 100644
--- a/lang/libperl/Makefile
+++ b/lang/libperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/12/02 15:04:08 tv Exp $
+# $NetBSD: Makefile,v 1.3 1998/12/02 16:53:02 tv Exp $
#
DISTNAME= perl5.004_04
@@ -26,7 +26,8 @@ HAS_CONFIGURE= yes
CONFIGURE_ENV+= PREFIX=${PREFIX}
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Dd_bincompat3=undef \
- -Darchname=${MACHINE_ARCH}-netbsd -Duseshrplib=true
+ -Darchname=${MACHINE_ARCH}-netbsd -Dusemymalloc=false \
+ -Duseshrplib=true
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}
ALL_TARGET= perl