From 26150e666e7d2ba3c309d4271807b1df82607bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Mon, 18 Mar 2024 12:17:56 +0100 Subject: groups.d/251.native_packages_lib.group: libxml2: bump to v2.12.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/libxml2-2.12.6_pre.local.patch | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 patches/libxml2-2.12.6_pre.local.patch (limited to 'patches') diff --git a/patches/libxml2-2.12.6_pre.local.patch b/patches/libxml2-2.12.6_pre.local.patch new file mode 100644 index 00000000..9dec6353 --- /dev/null +++ b/patches/libxml2-2.12.6_pre.local.patch @@ -0,0 +1,39 @@ +diff -ru libxml2-2.12.6.orig/configure libxml2-2.12.6/configure +--- libxml2-2.12.6.orig/configure 2024-03-15 12:16:45.000000000 +0100 ++++ libxml2-2.12.6/configure 2024-03-18 12:11:55.597105358 +0100 +@@ -15849,7 +15849,7 @@ + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_Z_CFLAGS=`$PKG_CONFIG --cflags "zlib" 2>/dev/null` ++ pkg_cv_Z_CFLAGS=`$PKG_CONFIG --cflags-only-other "zlib" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -15866,7 +15866,7 @@ + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_Z_LIBS=`$PKG_CONFIG --libs "zlib" 2>/dev/null` ++ pkg_cv_Z_LIBS=`$PKG_CONFIG --libs-only-l "zlib" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -16013,7 +16013,7 @@ + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_LZMA_CFLAGS=`$PKG_CONFIG --cflags "liblzma" 2>/dev/null` ++ pkg_cv_LZMA_CFLAGS=`$PKG_CONFIG --cflags-only-other "liblzma" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -16030,7 +16030,7 @@ + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_LZMA_LIBS=`$PKG_CONFIG --libs "liblzma" 2>/dev/null` ++ pkg_cv_LZMA_LIBS=`$PKG_CONFIG --libs-only-l "liblzma" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes -- cgit v1.2.3