2017-04-10 16:59:15 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# libbson
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2019-10-06 14:42:15 +02:00
|
|
|
LIBBSON_VERSION = 1.9.5
|
2017-04-10 16:59:15 +02:00
|
|
|
LIBBSON_SITE = https://github.com/mongodb/libbson/releases/download/$(LIBBSON_VERSION)
|
|
|
|
LIBBSON_LICENSE = Apache-2.0, MIT (jsonl), ISC (b64), Zlib (md5)
|
|
|
|
LIBBSON_LICENSE_FILES = COPYING THIRD_PARTY_NOTICES
|
2021-12-04 00:05:55 +01:00
|
|
|
LIBBSON_CPE_ID_VENDOR = mongodb
|
2017-04-10 16:59:15 +02:00
|
|
|
LIBBSON_CONF_OPTS = \
|
|
|
|
--disable-tests \
|
|
|
|
--disable-examples \
|
|
|
|
--disable-man-pages \
|
|
|
|
--disable-html-docs
|
|
|
|
|
|
|
|
LIBBSON_INSTALL_STAGING = YES
|
|
|
|
|
|
|
|
# Also has CMake support, but that forces shared+static libs and static
|
|
|
|
# lib has a different name.
|
|
|
|
$(eval $(autotools-package))
|