diff -r c35c8f1a6df1 -r 3d935de46ca9 components/php-5_2/php-sapi/php.mk --- a/components/php-5_2/php-sapi/php.mk Fri Oct 10 10:07:08 2014 -0700 +++ b/components/php-5_2/php-sapi/php.mk Thu Nov 20 15:41:15 2014 -0800 @@ -18,17 +18,20 @@ # # CDDL HEADER END # -# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. # COMPONENT_PRE_INSTALL_ACTION += ( \ + set -e; \ $(MKDIR) $(INSTALL_ROOT)/$(PHP_PEAR_CACHE_DIR) ) COMPONENT_POST_UNPACK_ACTION += ( \ + set -e; \ echo $(PATH); \ cp /usr/include/zlib.h $(COMPONENT_SRC)/ext/zlib/my_zlib.h ) COMPONENT_PRE_CONFIGURE_ACTION = ( \ + set -e; \ cd $(COMPONENT_SRC); $(ENV) -i PATH=/usr/gnu/bin:$(PATH) \ MAKE="$(GMAKE)" \ $(CONFIG_SHELL) ./buildconf --force ; \