bhyve-fw: drop CSM
[oi-userland.git] / components / library / libgpg-error / patches / 03-include-amd64-search-path.patch
blob75ee65156e34e82fce92f0d95808a96b38e62c2f
1 This adds /usr/lib/amd64 to the 'Libs' section in the 64-bit gpg-error.pc
2 and thus fixes the gpg-error-config-test.sh test on amd64.
4 --- libgpg-error-1.46/configure.ac.orig 2022-11-01 08:28:03.817023292 +0000
5 +++ libgpg-error-1.46/configure.ac 2022-11-01 08:31:00.432594110 +0000
6 @@ -547,7 +547,7 @@
7 ;;
8 esac
9 case "$libdir" in
10 - /usr/lib|/usr/lib64|/lib|/lib64) ;;
11 + /usr/lib|/usr/lib64|/lib|/lib64|/usr/lib/amd64) ;;
12 '${exec_prefix}/lib'|'${exec_prefix}/lib64')
13 if test "$exec_prefix" = "NONE"; then
14 if test "$prefix" != / -a "$prefix" != /usr; then