diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 19:50:20 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 19:50:20 -0500 |
commit | 38af1fb5befde3ab7b88b2dfcd99030ae7becaff (patch) | |
tree | ae704709eeecf54f443968c4f41eac334438e721 /meta-networking | |
parent | cce08ed6f760b07c310aec44cc8cd87b8358a3bf (diff) | |
download | meta-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.bb | 1 |
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 | " |
35 | DISABLE_STATIC = "" | ||
35 | 36 | ||
36 | PACKAGES += "pyldb pyldb-dbg pyldb-dev" | 37 | PACKAGES += "pyldb pyldb-dbg pyldb-dev" |
37 | 38 | ||