From 4f19c194f27f6d507c28d01fd8ad84c2819fe720 Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Sat, 14 Apr 2018 09:41:15 -0700 Subject: 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 --- recipes-core/gettext/gettext_0.19.%.bbappend | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-core') 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}:" -- cgit v1.2.3-54-g00ecf