diff options
author | tron <tron@pkgsrc.org> | 1999-04-27 16:44:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-27 16:44:15 +0000 |
commit | e3c75e0f007522567be525167834b54b98d48071 (patch) | |
tree | 1ba3e1455fc7490ff915deaa2a864da459406e3a /lang/perl5 | |
parent | f5345b3a56d826013608de0086baca016ab282e2 (diff) | |
download | pkgsrc-e3c75e0f007522567be525167834b54b98d48071.tar.gz |
Pass "${CFLAGS}" to configure script as suggested by Adam Ciarcinski.
Diffstat (limited to 'lang/perl5')
-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 93165e3a69c..e15b71ef105 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/03/08 10:53:56 agc Exp $ +# $NetBSD: Makefile,v 1.20 1999/04/27 16:44:15 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp # @@ -14,7 +14,7 @@ HOMEPAGE= http://language.perl.com/index.html HAS_CONFIGURE= yes CONFIGURE_ENV+= PREFIX=${PREFIX} CONFIGURE_SCRIPT= Configure -CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} \ +CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Doptimize="${CFLAGS}" \ -Darchname=${MACHINE_ARCH}-netbsd -Dusemymalloc=false MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC} |