components/apr-util/Makefile
branchs11-update
changeset 3802 c3fd3eae5cb1
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3801:358a41a22771 3802:c3fd3eae5cb1
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, 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=		apr-util
    25 COMPONENT_NAME=		apr-util
    26 COMPONENT_VERSION=	1.3.9
    26 COMPONENT_VERSION=	1.3.9
    78 	cd $(BUILD_DIR)/$(MACH32); doxygen docs/doxygen.conf
    78 	cd $(BUILD_DIR)/$(MACH32); doxygen docs/doxygen.conf
    79 
    79 
    80 build: $(BUILD_32_and_64) docs
    80 build: $(BUILD_32_and_64) docs
    81 
    81 
    82 install: $(INSTALL_32_and_64)
    82 install: $(INSTALL_32_and_64)
    83 	# workaround for 18195512
       
    84 	elfedit -e "dyn:runpath /usr/mysql/5.5/lib/" \
       
    85 	  $(PROTO_DIR)/usr/apr-util/1.3/lib/apr-util-1/apr_dbd_mysql-1.so
       
    86 	elfedit -e "dyn:runpath /usr/mysql/5.5/lib/$(MACH64)" \
       
    87 	  $(PROTO_DIR)/usr/apr-util/1.3/lib/$(MACH64)/apr-util-1/apr_dbd_mysql-1.so
       
    88 
    83 
    89 test: $(TEST_32_and_64)
    84 test: $(TEST_32_and_64)
    90 
    85 
    91 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    86 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    92 
    87