20009471 mailman binaries are 32-bit despite $(BUILD_64) in its Makefile
authorJohn Beck <John.Beck@Oracle.COM>
Tue, 11 Nov 2014 07:47:24 -0800
changeset 2201 861310b6f3b2
parent 2200 ed16c623101c
child 2202 bdd578af07ee
20009471 mailman binaries are 32-bit despite $(BUILD_64) in its Makefile
components/mailman/Makefile
--- a/components/mailman/Makefile	Mon Nov 10 23:00:19 2014 -0800
+++ 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)