components/berkeleydb/Makefile
changeset 7687 1093e2a9adbd
parent 7399 2ceba23a9663
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64_and_32
    25 BUILD_BITS= 64_and_32
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 # Separate build for test with --enable-test configured
    28 # Separate build for test with --enable-test configured
    46 COMPONENT_SRC_NAME=	db
    46 COMPONENT_SRC_NAME=	db
    47 COMPONENT_ARCHIVE_HASH=	\
    47 COMPONENT_ARCHIVE_HASH=	\
    48     sha256:ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8
    48     sha256:ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8
    49 COMPONENT_ARCHIVE_URL=	http://download.oracle.com/berkeley-db/$(COMPONENT_ARCHIVE)
    49 COMPONENT_ARCHIVE_URL=	http://download.oracle.com/berkeley-db/$(COMPONENT_ARCHIVE)
    50 COMPONENT_BUGDB=	database/berkeley
    50 COMPONENT_BUGDB=	database/berkeley
       
    51 COMPONENT_ANITYA_ID=	1587
    51 
    52 
    52 # Userland default optimization level is 4, but that causes test failures.
    53 # Userland default optimization level is 4, but that causes test failures.
    53 # Upstream recommends level 2, which allows the tests to run, so we use that.
    54 # Upstream recommends level 2, which allows the tests to run, so we use that.
    54 studio_OPT = -xO2
    55 studio_OPT = -xO2
    55 
    56