pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache22 Re-introduce support for APACHE_CUSTOM_CF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c72212a73d0e
branches:  trunk
changeset: 553982:c72212a73d0e
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Thu Feb 05 16:39:18 2009 +0000

description:
Re-introduce support for APACHE_CUSTOM_CFLAGS in mk.conf

diffstat:

 www/apache22/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3906ff1c65ba -r c72212a73d0e www/apache22/Makefile
--- a/www/apache22/Makefile     Thu Feb 05 16:06:55 2009 +0000
+++ b/www/apache22/Makefile     Thu Feb 05 16:39:18 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2009/01/24 21:55:31 darcy Exp $
+# $NetBSD: Makefile,v 1.38 2009/02/05 16:39:18 sborrill Exp $
 
 DISTNAME=      httpd-2.2.11
 PKGREVISION=   1
@@ -27,6 +27,9 @@
 CONFIGURE_ARGS+=       --enable-so
 CONFIGURE_ENV+=                perlbin=${PERL5:Q}
 CONFIGURE_ENV+=                ac_cv_path_RSYNC=/nonexistent
+CONFIGURE_ARGS+=       CFLAGS=${APACHE_CUSTOM_CFLAGS:Q}
+
+BUILD_DEFS+=           APACHE_CUSTOM_CFLAGS
 
 # Apache Portable Runtime library configure options
 CONFIGURE_ARGS+=       --with-apr=${BUILDLINK_PREFIX.apr}



Home | Main Index | Thread Index | Old Index