summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2016-02-22 19:50:20 -0500
committerJoe MacDonald <joe_macdonald@mentor.com>2016-02-22 19:50:20 -0500
commit38af1fb5befde3ab7b88b2dfcd99030ae7becaff (patch)
treeae704709eeecf54f443968c4f41eac334438e721 /meta-networking
parentcce08ed6f760b07c310aec44cc8cd87b8358a3bf (diff)
downloadmeta-openembedded-38af1fb5befde3ab7b88b2dfcd99030ae7becaff.tar.gz
libldb: Fix build when static libs disabled
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/libldb/libldb_1.1.21.bb1
1 files changed, 1 insertions, 0 deletions
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 \
32 --with-privatelibdir=${libdir}/ldb \ 32 --with-privatelibdir=${libdir}/ldb \
33 --with-libiconv=${STAGING_DIR_HOST}${prefix}\ 33 --with-libiconv=${STAGING_DIR_HOST}${prefix}\
34 " 34 "
35DISABLE_STATIC = ""
35 36
36PACKAGES += "pyldb pyldb-dbg pyldb-dev" 37PACKAGES += "pyldb pyldb-dbg pyldb-dev"
37 38