summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2020-06-08 10:54:03 +0200
committerMarc Schiffbauer <mschiff@gentoo.org>2020-06-08 10:54:50 +0200
commitc599cb1533cf10893c020d1abda1f62c959a2abb (patch)
tree2ae5690fed5c486f66f2cf77199e0f65d79d43c5 /net-dns/unbound/files
parentx11-wm/herbstluftwm: Depend on app-text/asciidoc (diff)
downloadgentoo-c599cb1533cf10893c020d1abda1f62c959a2abb.tar.gz
gentoo-c599cb1533cf10893c020d1abda1f62c959a2abb.tar.bz2
gentoo-c599cb1533cf10893c020d1abda1f62c959a2abb.zip
net-dns/unbound: fix finding 'ar'
fixes build with sys-devel/binutils-config[-native-symlinks] Fixes: #727412 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'net-dns/unbound/files')
-rw-r--r--net-dns/unbound/files/unbound-1.10.1-find-ar.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/unbound/files/unbound-1.10.1-find-ar.patch b/net-dns/unbound/files/unbound-1.10.1-find-ar.patch
new file mode 100644
index 000000000000..c840e30f1ea7
--- /dev/null
+++ b/net-dns/unbound/files/unbound-1.10.1-find-ar.patch
@@ -0,0 +1,11 @@
+--- a/acx_nlnetlabs.m4
++++ b/acx_nlnetlabs.m4
+@@ -535,7 +535,7 @@ AC_CANONICAL_HOST
+ if echo "$host_os" | grep "sunos4" >/dev/null; then
+ lt_cv_sys_max_cmd_len=32750;
+ fi
+-AC_PATH_TOOL(AR, ar, [false])
++AC_CHECK_TOOL(AR, ar, [false])
+ if test $AR = false; then
+ AC_MSG_ERROR([Cannot find 'ar', please extend PATH to include it])
+ fi