diff options
author | Ørjan Malde <red@foxi.me> | 2024-03-18 12:17:56 +0100 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2024-03-18 12:21:54 +0100 |
commit | 26150e666e7d2ba3c309d4271807b1df82607bf6 (patch) | |
tree | c5c90d2bee51925b282d88fd23c221aa861cc5eb /patches | |
parent | 03c9d8445b53f427552bbeafa37d7b0c70df17fa (diff) | |
download | midipix_build-26150e666e7d2ba3c309d4271807b1df82607bf6.tar.bz2 midipix_build-26150e666e7d2ba3c309d4271807b1df82607bf6.tar.xz |
groups.d/251.native_packages_lib.group: libxml2: bump to v2.12.6
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/libxml2-2.12.6_pre.local.patch | 39 |
1 files changed, 39 insertions, 0 deletions
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 |