components/pkg-config/Makefile
branchs11-update
changeset 2910 f8b8cbc43356
parent 2723 138732f62341
child 3661 47545fb8aed4
equal deleted inserted replaced
2905:8c0fb29f2a1e 2910:f8b8cbc43356
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		pkg-config
    28 COMPONENT_NAME=		pkg-config
    42 # otherwise our default PKG_CONFIG_PATH will change to the 64-bit libdir
    42 # otherwise our default PKG_CONFIG_PATH will change to the 64-bit libdir
    43 CONFIGURE_LIBDIR.64 =   $(CONFIGURE_PREFIX)/lib
    43 CONFIGURE_LIBDIR.64 =   $(CONFIGURE_PREFIX)/lib
    44 
    44 
    45 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" 
    45 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" 
    46 COMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
    46 COMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
    47 ASLR_MODE = $(ASLR_ENABLE)
       
    48 
    47 
    49 # common targets
    48 # common targets
    50 build:		$(BUILD_64)
    49 build:		$(BUILD_64)
    51 
    50 
    52 install:	$(INSTALL_64)
    51 install:	$(INSTALL_64)