components/postfix/Makefile
changeset 7245 934578b959f0
parent 6101 e835757b2d7a
child 7527 352b7a456c30
--- a/components/postfix/Makefile	Thu Nov 03 22:18:09 2016 -0700
+++ b/components/postfix/Makefile	Fri Nov 04 05:32:50 2016 -0700
@@ -58,6 +58,10 @@
 CCARGS +=	-DHAS_LDAP -I/usr/include/openldap
 AUXLIBS +=	-lldap_r-2.4 -llber-2.4
 
+# Enable adiheap and adistack security extensions
+ADIHEAP_MODE =	$(ADIHEAP_ENABLE)
+ADISTACK_MODE =	$(ADISTACK_ENABLE)
+
 # pcre-config is run as part of the setup, so we need to find the 64-bit
 # version so it will provide a 64-bit runpath, o/w pkglint gives warnings.
 PATH =		$(USRBINDIR64):$(USRBINDIR):$(GNUBIN)