summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortv <tv>1998-12-02 16:53:02 +0000
committertv <tv>1998-12-02 16:53:02 +0000
commita0d40e195272eddeb31d5fd5e2aa7ce024fde7ed (patch)
treee4dc7f3e75b1dcef7b67752d81885fdcf645927a /lang
parent7b3cf08a93904fe4d5e630c7d3910c0b39f89d57 (diff)
downloadpkgsrc-a0d40e195272eddeb31d5fd5e2aa7ce024fde7ed.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')
-rw-r--r--lang/libperl/Makefile5
-rw-r--r--lang/perl5/Makefile4
2 files changed, 5 insertions, 4 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
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index f339b8e4cc9..d44f2e2688d 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1998/12/02 15:04:07 tv Exp $
+# $NetBSD: Makefile,v 1.17 1998/12/02 16:53:03 tv Exp $
# FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp
#
@@ -15,7 +15,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ENV+= PREFIX=${PREFIX}
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Dd_bincompat3=undef \
- -Darchname=${MACHINE_ARCH}-netbsd
+ -Darchname=${MACHINE_ARCH}-netbsd -Dusemymalloc=false
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}
test: