components/php-5_2/suhosin/Makefile
changeset 2211 a99bbd5139c0
parent 800 2ad056ed89ec
--- a/components/php-5_2/suhosin/Makefile	Wed Oct 15 13:30:54 2014 -0700
+++ b/components/php-5_2/suhosin/Makefile	Mon Nov 17 14:15:50 2014 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -36,6 +36,7 @@
 CONFIGURE_OPTIONS  += --enable-suhosin
 
 COMPONENT_POST_INSTALL_ACTION = ( \
+	set -e; \
 	$(FIX_CONFIG_FILES); \
 	)