components/php-5_3/php-sapi/php.mk
branchs11-update
changeset 3797 b4272e89e9f2
parent 3477 3d935de46ca9
child 4499 4e8085696007
--- a/components/php-5_3/php-sapi/php.mk	Fri Feb 06 16:50:21 2015 -0800
+++ b/components/php-5_3/php-sapi/php.mk	Mon Jan 19 12:08:42 2015 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 COMPONENT_PRE_INSTALL_ACTION += ( \
@@ -31,7 +31,6 @@
 COMPONENT_POST_UNPACK_ACTION += ( \
 	set -e; \
 	echo $(PATH); \
-	$(CP) /usr/include/zlib.h $(COMPONENT_SRC)/ext/zlib/my_zlib.h; \
 	$(RM) $(COMPONENT_SRC)/Zend/zend_ini_parser.c \
 	      $(COMPONENT_SRC)/Zend/zend_ini_parser.h \
 	      $(COMPONENT_SRC)/Zend/zend_ini_parser.output \