components/mailman/Makefile
changeset 5125 34cc580c62c2
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
--- a/components/mailman/Makefile	Mon Nov 16 06:14:40 2015 -0800
+++ b/components/mailman/Makefile	Mon Nov 23 15:33:43 2015 -0800
@@ -20,6 +20,7 @@
 #
 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
 #
+BITS=64
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		mailman
@@ -41,7 +42,7 @@
 CONFIGURE_ENV	+=	MAILMAN_USER=mailman
 CONFIGURE_ENV	+=	MAILMAN_GROUP=mailman
 
-CONFIGURE_OPTIONS +=	--prefix=/usr/lib/mailman
+CONFIGURE_PREFIX= /usr/lib/mailman
 CONFIGURE_OPTIONS +=	--with-var-prefix=/var/mailman
 CONFIGURE_OPTIONS +=	--with-mail-gid=other
 CONFIGURE_OPTIONS +=	--with-cgi-gid=webservd