Merge pull request #3238 from eduardoabinader/bump_libcheck
[feed/packages.git] / net / bind / patches / 002-autoconf-ar-fix.patch
1 Index: bind-9.10.4-P3/configure.in
2 ===================================================================
3 --- bind-9.10.4-P3.orig/configure.in
4 +++ bind-9.10.4-P3/configure.in
5 @@ -167,26 +167,11 @@ esac
6 #
7 AC_CONFIG_FILES([make/rules make/includes])
8
9 -AC_PATH_PROG(AR, ar)
10 -ARFLAGS="cruv"
11 -AC_SUBST(AR)
12 -AC_SUBST(ARFLAGS)
13 -
14 # The POSIX ln(1) program. Non-POSIX systems may substitute
15 # "copy" or something.
16 LN=ln
17 AC_SUBST(LN)
18
19 -case "$AR" in
20 - "")
21 - AC_MSG_ERROR([
22 -ar program not found. Please fix your PATH to include the directory in
23 -which ar resides, or set AR in the environment with the full path to ar.
24 -])
25 -
26 - ;;
27 -esac
28 -
29 #
30 # Etags.
31 #