components/procmail/Makefile
changeset 7245 934578b959f0
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
--- a/components/procmail/Makefile	Thu Nov 03 22:18:09 2016 -0700
+++ b/components/procmail/Makefile	Fri Nov 04 05:32:50 2016 -0700
@@ -36,6 +36,10 @@
 
 TPNO=			9003
 
+# Enable adiheap and adistack security extensions
+ADIHEAP_MODE =	$(ADIHEAP_ENABLE)
+ADISTACK_MODE =	$(ADISTACK_ENABLE)
+
 BUILD_STYLE= justmake
 TEST_TARGET= $(NO_TESTS)
 include $(WS_MAKE_RULES)/common.mk