components/php-5_3/tcpwrap/Makefile
changeset 2211 a99bbd5139c0
parent 846 fe258446a1ae
equal deleted inserted replaced
2210:96a1346fe8ad 2211:a99bbd5139c0
    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=		tcpwrap
    25 COMPONENT_NAME=		tcpwrap
    26 COMPONENT_VERSION=	1.1.3
    26 COMPONENT_VERSION=	1.1.3
    37 # location of libwrap.so without the "lib" part.
    37 # location of libwrap.so without the "lib" part.
    38 
    38 
    39 CONFIGURE_OPTIONS  += --with-tcpwrap=/usr
    39 CONFIGURE_OPTIONS  += --with-tcpwrap=/usr
    40 
    40 
    41 COMPONENT_POST_INSTALL_ACTION = ( \
    41 COMPONENT_POST_INSTALL_ACTION = ( \
       
    42 	set -e; \
    42 	$(FIX_CONFIG_FILES_2); \
    43 	$(FIX_CONFIG_FILES_2); \
    43 	)
    44 	)
    44 
    45 
    45 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../tcpwrap-zts/build/prototype/$(MACH)
    46 PKG_PROTO_DIRS += $(COMPONENT_DIR)/../tcpwrap-zts/build/prototype/$(MACH)