libldb: Fix build when static libs disabled

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Joe MacDonald 2016-02-22 19:50:20 -05:00
parent cce08ed6f7
commit 38af1fb5be

View File

@ -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"