From 38af1fb5befde3ab7b88b2dfcd99030ae7becaff Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Mon, 22 Feb 2016 19:50:20 -0500 Subject: libldb: Fix build when static libs disabled Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/libldb/libldb_1.1.21.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/libldb/libldb_1.1.21.bb b/meta-networking/recipes-support/libldb/libldb_1.1.21.bb index e9659d5fb..bdad87d38 100644 --- a/meta-networking/recipes-support/libldb/libldb_1.1.21.bb +++ b/meta-networking/recipes-support/libldb/libldb_1.1.21.bb @@ -32,6 +32,7 @@ EXTRA_OECONF += "--disable-rpath \ --with-privatelibdir=${libdir}/ldb \ --with-libiconv=${STAGING_DIR_HOST}${prefix}\ " +DISABLE_STATIC = "" PACKAGES += "pyldb pyldb-dbg pyldb-dev" -- cgit v1.2.3-54-g00ecf