components/php-5_2/APC/Makefile
branchs11-update
changeset 3477 3d935de46ca9
parent 800 2ad056ed89ec
equal deleted inserted replaced
3476:c35c8f1a6df1 3477:3d935de46ca9
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		APC
    25 COMPONENT_NAME=		APC
    26 COMPONENT_VERSION=	3.0.19
    26 COMPONENT_VERSION=	3.0.19
    36 CONFIGURE_OPTIONS += \
    36 CONFIGURE_OPTIONS += \
    37 	--enable-apc \
    37 	--enable-apc \
    38 	--enable-apc-mmap
    38 	--enable-apc-mmap
    39 
    39 
    40 COMPONENT_POST_INSTALL_ACTION = ( \
    40 COMPONENT_POST_INSTALL_ACTION = ( \
       
    41 	set -e; \
    41 	$(MKDIR) $(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR); \
    42 	$(MKDIR) $(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR); \
    42 	$(INSTALL) -m 0644 $(COMPONENT_DIR)/../Solaris/php-apc-stats.conf \
    43 	$(INSTALL) -m 0644 $(COMPONENT_DIR)/../Solaris/php-apc-stats.conf \
    43 		$(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR); \
    44 		$(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR); \
    44 	$(MKDIR) $(PROTO_DIR)/usr/php/5.2/samples/apc; \
    45 	$(MKDIR) $(PROTO_DIR)/usr/php/5.2/samples/apc; \
    45 	$(INSTALL) -m 0555 $(SOURCE_DIR)/apc.php \
    46 	$(INSTALL) -m 0555 $(SOURCE_DIR)/apc.php \