]> git.pld-linux.org Git - packages/bind.git/blob - bind-link.patch
- up to 9.12.0; needs /dev/urandom in chroot now
[packages/bind.git] / bind-link.patch
1 diff -Nur bind-9.3.2.orig/configure.in bind-9.3.2.link/configure.in
2 --- bind-9.3.2.orig/configure.in        2006-08-05 01:45:48.000000000 +0200
3 +++ bind-9.3.2.link/configure.in        2006-08-05 01:45:55.000000000 +0200
4 @@ -1171,8 +1171,8 @@
5         *-linux*)
6                 ;;
7         *)
8 -               AC_CHECK_LIB(socket, socket)
9 -               AC_CHECK_LIB(nsl, inet_addr)
10 +               AC_SEARCH_LIBS(socket, socket)
11 +               AC_SEARCH_LIBS(inet_ntoa, nsl)
12                 ;;
13  esac
14  
15 diff -Nur bind-9.3.2.orig/lib/dns/Makefile.in bind-9.3.2.link/lib/dns/Makefile.in
16 --- bind-9.3.2.orig/lib/dns/Makefile.in 2004-12-09 05:07:15.000000000 +0100
17 +++ bind-9.3.2.link/lib/dns/Makefile.in 2006-08-05 01:45:55.000000000 +0200
18 @@ -39,7 +39,7 @@
19  
20  ISCDEPLIBS =   ../../lib/isc/libisc.@A@
21  
22 -LIBS =         @LIBS@
23 +LIBS =         @LIBS@ ../isc/libisc.la -lcrypto
24  
25  # Alphabetically
26  
27 diff -Nur bind-9.3.2.orig/lib/isccc/Makefile.in bind-9.3.2.link/lib/isccc/Makefile.in
28 --- bind-9.3.2.orig/lib/isccc/Makefile.in       2004-07-20 09:01:58.000000000 +0200
29 +++ bind-9.3.2.link/lib/isccc/Makefile.in       2006-08-05 01:45:55.000000000 +0200
30 @@ -36,7 +36,7 @@
31  ISCDEPLIBS =   ../../lib/isc/libisc.@A@
32  ISCCCDEPLIBS = libisccc.@A@
33  
34 -LIBS =         @LIBS@
35 +LIBS =         @LIBS@ ../isc/libisc.la
36  
37  SUBDIRS =      include
38  
39 diff -Nur bind-9.3.2.orig/lib/isccfg/Makefile.in bind-9.3.2.link/lib/isccfg/Makefile.in
40 --- bind-9.3.2.orig/lib/isccfg/Makefile.in      2004-07-20 09:01:58.000000000 +0200
41 +++ bind-9.3.2.link/lib/isccfg/Makefile.in      2006-08-05 01:45:55.000000000 +0200
42 @@ -38,7 +38,7 @@
43  ISCDEPLIBS =   ../../lib/isc/libisc.@A@
44  ISCCFGDEPLIBS =        libisccfg.@A@
45  
46 -LIBS =         @LIBS@
47 +LIBS =         @LIBS@ ../isc/libisc.la ../dns/libdns.la
48  
49  SUBDIRS =      include
50  
51 --- bind-9.10.0/lib/irs/Makefile.in~    2014-04-28 21:18:53.000000000 +0200
52 +++ bind-9.10.0/lib/irs/Makefile.in     2014-05-01 10:13:55.831613124 +0200
53 @@ -42,7 +42,7 @@
54                 gai_strerror.c getaddrinfo.c getnameinfo.c \
55                 resconf.c
56  
57 -LIBS =         @LIBS@
58 +LIBS =         @LIBS@ ../isccfg/libisccfg.la ../isc/libisc.la ../dns/libdns.la
59  
60  SUBDIRS =      include
61  TARGETS =      timestamp
62 --- bind-9.12.0/lib/ns/Makefile.in~     2018-01-17 07:56:09.000000000 +0100
63 +++ bind-9.12.0/lib/ns/Makefile.in      2018-01-24 08:29:54.886677552 +0100
64 @@ -37,7 +37,7 @@ DNSLIBS =     ../../lib/dns/libdns.@A@ @DNS_
65  
66  DNSDEPLIBS =   ../../lib/dns/libdns.@A@
67  
68 -LIBS =         @LIBS@
69 +LIBS =         @LIBS@ ../dns/libdns.la
70  
71  # Alphabetically
72  OBJS =         client.@O@ interfacemgr.@O@ lib.@O@ \
This page took 0.079844 seconds and 3 git commands to generate.