From db6524d820ab4657518979685c9e1133c5109f88 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 22 Feb 2016 11:59:26 +0000 Subject: soci: Fix build when static libs disabled Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa --- meta-oe/recipes-support/soci/soci_3.2.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-support/soci') diff --git a/meta-oe/recipes-support/soci/soci_3.2.2.bb b/meta-oe/recipes-support/soci/soci_3.2.2.bb index d1964ebc6a..1f5a485a7d 100644 --- a/meta-oe/recipes-support/soci/soci_3.2.2.bb +++ b/meta-oe/recipes-support/soci/soci_3.2.2.bb @@ -36,6 +36,7 @@ PACKAGECONFIG ??= "empty" # Take the flags added by PACKAGECONFIG and pass them to cmake. EXTRA_OECMAKE = "${EXTRA_OECONF} -DSOCI_LIBDIR=${libdir}" +DISABLE_STATIC = "" inherit cmake -- cgit 1.2.3-korg