rebuild geeqie
[oi-userland.git] / components / network / bind / patches / 05-if-nametoindex.patch
blob9b4063e8438ff44aba4aeb708753b04303719940
1 --- bind-9.18.21/configure.ac.~2~ Wed Jan 24 14:54:35 2024
2 +++ bind-9.18.21/configure.ac Wed Jan 24 16:16:14 2024
3 @@ -1025,6 +1025,7 @@
5 # Check for if_nametoindex() for IPv6 scoped addresses support
7 +AC_SEARCH_LIBS([if_nametoindex], [socket])
8 AC_CHECK_FUNCS([if_nametoindex])
10 ISC_ATOMIC_LIBS=""