diff options
-rw-r--r-- | meta-oe/recipes-support/soci/soci_3.2.2.bb | 1 |
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. |
38 | EXTRA_OECMAKE = "${EXTRA_OECONF} -DSOCI_LIBDIR=${libdir}" | 38 | EXTRA_OECMAKE = "${EXTRA_OECONF} -DSOCI_LIBDIR=${libdir}" |
39 | DISABLE_STATIC = "" | ||
39 | 40 | ||
40 | inherit cmake | 41 | inherit cmake |
41 | 42 | ||