# HG changeset patch # User John Beck # Date 1415720844 28800 # Node ID 861310b6f3b268876eec73e629ac09b74bad2ad6 # Parent ed16c623101c153f0c179356808f953bd08ede84 20009471 mailman binaries are 32-bit despite $(BUILD_64) in its Makefile diff -r ed16c623101c -r 861310b6f3b2 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)