components/pkg-config/Makefile
changeset 3716 a2629a2cf270
parent 2225 f064d3d3190d
child 3817 30b42c38bbc4
equal deleted inserted replaced
3705:0d8951107033 3716:a2629a2cf270
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, 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
    46 
    46 
    47 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" 
    47 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" 
    48 COMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
    48 COMPONENT_TEST_ENV += PATH=/usr/gnu/bin:/usr/bin
    49 ASLR_MODE = $(ASLR_ENABLE)
    49 ASLR_MODE = $(ASLR_ENABLE)
    50 
    50 
       
    51 # The additional pkg-config specific set of transforms to be applied to the
       
    52 # test results to try to normalize them.
       
    53 COMPONENT_TEST_TRANSFORMS += \
       
    54 	'-e "/^+ sed -e /d" '
       
    55 
    51 # common targets
    56 # common targets
    52 configure:	$(CONFIGURE_64)
    57 configure:	$(CONFIGURE_64)
    53 
    58 
    54 build:		$(BUILD_64)
    59 build:		$(BUILD_64)
    55 
    60