components/berkeleydb/Makefile
changeset 3701 2c4a1656e035
parent 2225 f064d3d3190d
child 3817 30b42c38bbc4
equal deleted inserted replaced
3700:86697167a9fb 3701:2c4a1656e035
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 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 PATH=$(SPRO_VROOT)/bin:$(JAVA_HOME)/bin:/usr/bin
    28 PATH=$(SPRO_VROOT)/bin:$(JAVA_HOME)/bin:/usr/bin
    91 CONFIGURE_OPTIONS += --enable-dbm
    91 CONFIGURE_OPTIONS += --enable-dbm
    92 CONFIGURE_OPTIONS += $(configure_test)
    92 CONFIGURE_OPTIONS += $(configure_test)
    93 
    93 
    94 COMPONENT_TEST_TARGETS = test
    94 COMPONENT_TEST_TARGETS = test
    95 
    95 
       
    96 $(SKIP_TEST_AT_TOP_LEVEL)
       
    97 
    96 # Enable ASLR for this component
    98 # Enable ASLR for this component
    97 ASLR_MODE = $(ASLR_ENABLE)
    99 ASLR_MODE = $(ASLR_ENABLE)
    98 
   100 
    99 $(BUILD_DIR)/%/.tested: configure_test= --enable-test
   101 $(BUILD_DIR)/%/.tested: configure_test= --enable-test
   100 
   102