components/imagemagick/Makefile
changeset 7245 934578b959f0
parent 7032 d064e0405780
child 7470 c8a35bc3a99c
--- a/components/imagemagick/Makefile	Thu Nov 03 22:18:09 2016 -0700
+++ b/components/imagemagick/Makefile	Fri Nov 04 05:32:50 2016 -0700
@@ -40,6 +40,11 @@
 
 TPNO=			29915
 
+# Enable adiheap security extension.
+# adistack fails with libgcc exception unwinding code.
+ADIHEAP_MODE =	$(ADIHEAP_ENABLE)
+ADISTACK_MODE =	$(ADISTACK_DISABLE)
+
 include $(WS_MAKE_RULES)/common.mk
 
 PATH=$(SPRO_VROOT)/bin:$(USRBINDIR):$(GNUBIN)