components/mailman/Makefile
branchs11-update
changeset 3920 ea149235608a
parent 3919 e9daafafef42
child 2225 f064d3d3190d
child 3922 f4e70ad144ea
--- a/components/mailman/Makefile	Fri Sep 12 13:40:49 2014 -0700
+++ b/components/mailman/Makefile	Tue Nov 11 07:47:24 2014 -0800
@@ -41,14 +41,15 @@
 CONFIGURE_ENV	+=	MAILMAN_USER=mailman
 CONFIGURE_ENV	+=	MAILMAN_GROUP=mailman
 
-CONFIGURE_OPTIONS +=    --prefix=/usr/lib/mailman
-CONFIGURE_OPTIONS +=    --with-var-prefix=/var/mailman
-CONFIGURE_OPTIONS +=    --with-mail-gid=other
-CONFIGURE_OPTIONS +=    --with-cgi-gid=webservd
-CONFIGURE_OPTIONS +=    --with-python=/usr/bin/python2.7
-CONFIGURE_OPTIONS +=    --without-permcheck
-CONFIGURE_OPTIONS +=    --with-mailhost=localhost
-CONFIGURE_OPTIONS +=    --with-urlhost=localhost
+CONFIGURE_OPTIONS +=	--prefix=/usr/lib/mailman
+CONFIGURE_OPTIONS +=	--with-var-prefix=/var/mailman
+CONFIGURE_OPTIONS +=	--with-mail-gid=other
+CONFIGURE_OPTIONS +=	--with-cgi-gid=webservd
+CONFIGURE_OPTIONS +=	--with-python=/usr/bin/python2.7
+CONFIGURE_OPTIONS +=	--without-permcheck
+CONFIGURE_OPTIONS +=	--with-mailhost=localhost
+CONFIGURE_OPTIONS +=	--with-urlhost=localhost
+CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
 
 ASLR_MODE = $(ASLR_ENABLE)