components/php-5_3/memcache/Makefile
branchs11-update
changeset 3477 3d935de46ca9
parent 846 fe258446a1ae
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) 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 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=		memcache
    25 COMPONENT_NAME=		memcache
    26 COMPONENT_VERSION=	3.0.6
    26 COMPONENT_VERSION=	3.0.6
    37 	--disable-debug \
    37 	--disable-debug \
    38 	--enable-memcache \
    38 	--enable-memcache \
    39 	--with-zlib-dir=/usr
    39 	--with-zlib-dir=/usr
    40 
    40 
    41 COMPONENT_POST_INSTALL_ACTION = ( \
    41 COMPONENT_POST_INSTALL_ACTION = ( \
       
    42 	set -e; \
    42 	$(MKDIR) $(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR); \
    43 	$(MKDIR) $(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR); \
    43 	$(MKDIR) $(COMPONENT_DIR)/tmp; \
    44 	$(MKDIR) $(COMPONENT_DIR)/tmp; \
    44 	$(INSTALL) -m 0644 $(COMPONENT_DIR)/../Solaris/php-memcache-stats.conf \
    45 	$(INSTALL) -m 0644 $(COMPONENT_DIR)/../Solaris/php-memcache-stats.conf \
    45 		$(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR)/php$(PHP_REL)-memcache-stats.conf; \
    46 		$(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR)/php$(PHP_REL)-memcache-stats.conf; \
    46 	$(GSED) -i -e "s@<<VERSION>>@$(PHP_REL)@g" \
    47 	$(GSED) -i -e "s@<<VERSION>>@$(PHP_REL)@g" \