diff options
author | Ørjan Malde <red@foxi.me> | 2024-04-14 10:55:19 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2024-04-14 11:12:34 +0200 |
commit | 37b9cf59cc118b74d3cba161b886e0070a07fef7 (patch) | |
tree | ad8a88b9c03ced575b9888c703502fdd93dacb1f /patches | |
parent | 5c21284d20619ecb658a78463af2efd1a3ef8b6a (diff) | |
download | midipix_build-37b9cf59cc118b74d3cba161b886e0070a07fef7.tar.bz2 midipix_build-37b9cf59cc118b74d3cba161b886e0070a07fef7.tar.xz |
patches/libarchive-3.7.3_pre.local.patch: drop obsolete linking fix
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/libarchive-3.7.3_pre.local.patch | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/patches/libarchive-3.7.3_pre.local.patch b/patches/libarchive-3.7.3_pre.local.patch index 90588568..f8f71eb5 100644 --- a/patches/libarchive-3.7.3_pre.local.patch +++ b/patches/libarchive-3.7.3_pre.local.patch @@ -17,12 +17,4 @@ diff -ru libarchive-3.7.2.orig/configure libarchive-3.7.2/configure netbsd*) version_type=sunos need_lib_prefix=no -@@ -16925,7 +16935,7 @@ - ac_status=$? - printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then -- pkg_cv_LIBXML2_PC_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null` -+ pkg_cv_LIBXML2_PC_LIBS=`$PKG_CONFIG --libs-only-l "libxml-2.0" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes - else - pkg_failed=yes + |