components/openscap/Makefile
changeset 7245 934578b959f0
parent 6294 ff05e37b1eac
child 7343 a6cfc180f5e8
--- a/components/openscap/Makefile	Thu Nov 03 22:18:09 2016 -0700
+++ b/components/openscap/Makefile	Fri Nov 04 05:32:50 2016 -0700
@@ -62,6 +62,10 @@
 # XXX This shouldn't be necessary, but is; investigate why.
 CFLAGS += -D_FILE_OFFSET_BITS=64
 
+# Enable adiheap and adistack security extensions
+ADIHEAP_MODE = $(ADIHEAP_ENABLE)
+ADISTACK_MODE = $(ADISTACK_ENABLE)
+
 # Perl related patch needs configure script recreation.
 COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf);