components/isc-dhcp/Makefile
changeset 7245 934578b959f0
parent 6093 89cd363fa5c9
child 7687 1093e2a9adbd
--- a/components/isc-dhcp/Makefile	Thu Nov 03 22:18:09 2016 -0700
+++ b/components/isc-dhcp/Makefile	Fri Nov 04 05:32:50 2016 -0700
@@ -49,6 +49,10 @@
 COMPONENT_PRE_CONFIGURE_ACTION = \
 	($(CLONEY) $(SOURCE_DIR) $(@D))
 
+# Enable adiheap and adistack security extensions
+ADIHEAP_MODE =	$(ADIHEAP_ENABLE)
+ADISTACK_MODE =	$(ADISTACK_ENABLE)
+
 # Some patches need configure script re-creation.
 COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf -vfi);