summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2018-04-14 09:41:15 -0700
committerJuro Bystricky <juro.bystricky@intel.com>2018-04-14 09:46:01 -0700
commit4f19c194f27f6d507c28d01fd8ad84c2819fe720 (patch)
tree92164e523c97701bbac0984c09076ba89864a5c0
parenta59b119a53aa86be8f240610f1ebcd1e6b9ad71f (diff)
gettext_0.19.%.bbappend: fix build for mingw 5.0.3
Modify CFLAGS to fix a build error caused by upgrading mingw64 to 5.0.3: 'undefined reference to `xmlFree'' Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
-rw-r--r--recipes-core/gettext/gettext_0.19.%.bbappend1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/gettext/gettext_0.19.%.bbappend b/recipes-core/gettext/gettext_0.19.%.bbappend
index b33970a..b26b734 100644
--- a/recipes-core/gettext/gettext_0.19.%.bbappend
+++ b/recipes-core/gettext/gettext_0.19.%.bbappend
@@ -1,7 +1,6 @@
DEPENDS_append_mingw32 = " pthreads-win32"
LDFLAGS_prepend_mingw32 = " -lpthread "
-CFLAGS_append_mingw32 = " -DLIBXML_STATIC"
EXTRA_OECONF_append_mingw32 = " --enable-threads=windows --enable-static"
FILESEXTRAPATHS_prepend_mingw32 := "${THISDIR}/${BPN}:"