diff options
author | Ørjan Malde <red@foxi.me> | 2024-02-26 13:48:38 +0100 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2024-02-26 13:50:31 +0100 |
commit | c2ab49274ec5a4ae6637edcca720f8330cd907e6 (patch) | |
tree | 7cf740cdd0e348ecb819069836171d3136b82819 /patches | |
parent | e3df9abc12f2e9e7a6856a7506a2f7dce9b75fa0 (diff) | |
download | midipix_build-c2ab49274ec5a4ae6637edcca720f8330cd907e6.tar.bz2 midipix_build-c2ab49274ec5a4ae6637edcca720f8330cd907e6.tar.xz |
groups.d/251.native_packages_lib.group: libarchive: remove spurious paths
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/libarchive-3.7.2_pre.local.patch | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/patches/libarchive-3.7.2_pre.local.patch b/patches/libarchive-3.7.2_pre.local.patch index 00141a21..1d2a86c8 100644 --- a/patches/libarchive-3.7.2_pre.local.patch +++ b/patches/libarchive-3.7.2_pre.local.patch @@ -1,7 +1,7 @@ -diff -ru libarchive-3.4.2.orig/configure libarchive-3.4.2/configure ---- libarchive-3.4.2.orig/configure 2020-02-11 23:58:01.000000000 +0100 -+++ libarchive-3.4.2/configure 2020-04-11 15:58:45.493648584 +0200 -@@ -12062,6 +12062,16 @@ +diff -ru libarchive-3.7.2.orig/configure libarchive-3.7.2/configure +--- libarchive-3.7.2.orig/configure 2023-09-12 00:05:34.000000000 +0200 ++++ libarchive-3.7.2/configure 2024-02-26 13:44:22.491965148 +0100 +@@ -12906,6 +12906,16 @@ dynamic_linker='NetBSD ld.elf_so' ;; @@ -18,3 +18,12 @@ diff -ru libarchive-3.4.2.orig/configure libarchive-3.4.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 |