diff -r c35c8f1a6df1 -r 3d935de46ca9 components/php-5_3/xdebug/Makefile --- a/components/php-5_3/xdebug/Makefile Fri Oct 10 10:07:08 2014 -0700 +++ b/components/php-5_3/xdebug/Makefile Thu Nov 20 15:41:15 2014 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk @@ -40,6 +40,7 @@ CONFIGURE_OPTIONS += --enable-xdebug COMPONENT_POST_INSTALL_ACTION = ( \ + set -e; \ $(FIX_CONFIG_FILES); \ )