components/gzip/Makefile
changeset 7245 934578b959f0
parent 5880 caab292318a0
child 7687 1093e2a9adbd
--- a/components/gzip/Makefile	Thu Nov 03 22:18:09 2016 -0700
+++ b/components/gzip/Makefile	Fri Nov 04 05:32:50 2016 -0700
@@ -32,6 +32,10 @@
 
 TPNO=			28039
 
+# Enable adiheap and adistack security extensions
+ADIHEAP_MODE =	$(ADIHEAP_ENABLE)
+ADISTACK_MODE =	$(ADISTACK_ENABLE)
+
 INSTALL_TARGET=
 SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
 include $(WS_MAKE_RULES)/gnu-component.mk