[oe-commits] [meta-openembedded] 09/13: libldb: Fix build when static libs disabled

git at git.openembedded.org git at git.openembedded.org
Wed Feb 24 16:47:54 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 505af7a6b68e01d3d0eb6548d00b792f82367293
Author: Joe MacDonald <joe_macdonald at mentor.com>
AuthorDate: Mon Feb 22 19:56:56 2016 -0500

    libldb: Fix build when static libs disabled
    
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-support/libldb/libldb_1.1.21.bb | 1 +
 1 file changed, 1 insertion(+)

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 e9659d5..bdad87d 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list