package/apr-util: add optional dependency to gdbm
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f64125a3c1
commit
d575e2cca6
@ -25,6 +25,13 @@ else
|
|||||||
APR_UTIL_CONF_OPTS += --without-berkeley-db
|
APR_UTIL_CONF_OPTS += --without-berkeley-db
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GDBM),y)
|
||||||
|
APR_UTIL_CONF_OPTS += --with-gdbm="$(STAGING_DIR)/usr"
|
||||||
|
APR_UTIL_DEPENDENCIES += gdbm
|
||||||
|
else
|
||||||
|
APR_UTIL_CONF_OPTS += --without-gdbm
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SQLITE),y)
|
ifeq ($(BR2_PACKAGE_SQLITE),y)
|
||||||
APR_UTIL_CONF_OPTS += --with-sqlite3="$(STAGING_DIR)/usr"
|
APR_UTIL_CONF_OPTS += --with-sqlite3="$(STAGING_DIR)/usr"
|
||||||
APR_UTIL_DEPENDENCIES += sqlite
|
APR_UTIL_DEPENDENCIES += sqlite
|
||||||
|
Loading…
Reference in New Issue
Block a user