summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/soci/soci_3.2.2.bb1
1 files changed, 1 insertions, 0 deletions
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 d1964ebc6..1f5a485a7 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"
36 36
37# Take the flags added by PACKAGECONFIG and pass them to cmake. 37# Take the flags added by PACKAGECONFIG and pass them to cmake.
38EXTRA_OECMAKE = "${EXTRA_OECONF} -DSOCI_LIBDIR=${libdir}" 38EXTRA_OECMAKE = "${EXTRA_OECONF} -DSOCI_LIBDIR=${libdir}"
39DISABLE_STATIC = ""
39 40
40inherit cmake 41inherit cmake
41 42