From 1e24e8f46e8d60fa0194eab153364c4c764dfe87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Sun, 14 Apr 2024 11:03:24 +0200 Subject: patches/libxml2-2.12.6_pre.local.patch: drop obsolete linking fixes 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 deletions(-) delete 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 deleted file mode 100644 index 9dec6353..00000000 --- a/patches/libxml2-2.12.6_pre.local.patch +++ /dev/null @@ -1,39 +0,0 @@ -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