]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - dhcp/patches/dhcp-4.2.4-P1-remove-dst.patch
bind: Rework package and update to 9.9.9-P6
[people/arne_f/ipfire-3.x.git] / dhcp / patches / dhcp-4.2.4-P1-remove-dst.patch
1 diff -up dhcp-4.2.4-P1/configure.ac.remove-dst dhcp-4.2.4-P1/configure.ac
2 --- dhcp-4.2.4-P1/configure.ac.remove-dst 2012-08-17 15:24:29.066454140 +0200
3 +++ dhcp-4.2.4-P1/configure.ac 2012-08-17 15:24:29.071454073 +0200
4 @@ -608,7 +608,6 @@ AC_OUTPUT([
5 common/Makefile
6 common/tests/Makefile
7 dhcpctl/Makefile
8 - dst/Makefile
9 includes/Makefile
10 omapip/Makefile
11 relay/Makefile
12 diff -up dhcp-4.2.4-P1/includes/Makefile.am.remove-dst dhcp-4.2.4-P1/includes/Makefile.am
13 --- dhcp-4.2.4-P1/includes/Makefile.am.remove-dst 2012-07-13 08:17:54.000000000 +0200
14 +++ dhcp-4.2.4-P1/includes/Makefile.am 2012-08-17 15:25:08.253922458 +0200
15 @@ -1,7 +1,6 @@
16 nobase_include_HEADERS = omapip/alloc.h omapip/buffer.h omapip/convert.h \
17 omapip/hash.h omapip/isclib.h omapip/omapip.h \
18 - omapip/omapip_p.h omapip/result.h omapip/trace.h \
19 - isc-dhcp/dst.h
20 + omapip/omapip_p.h omapip/result.h omapip/trace.h
21
22 EXTRA_DIST = cdefs.h ctrace.h dhcp.h dhcp6.h dhcpd.h dhctoken.h failover.h \
23 heap.h inet.h minires.h osdep.h site.h statement.h tree.h \
24 diff -up dhcp-4.2.4-P1/Makefile.am.remove-dst dhcp-4.2.4-P1/Makefile.am
25 --- dhcp-4.2.4-P1/Makefile.am.remove-dst 2012-08-17 15:24:29.067454126 +0200
26 +++ dhcp-4.2.4-P1/Makefile.am 2012-08-17 15:24:29.071454073 +0200
27 @@ -27,7 +27,7 @@ else
28 SUBDIRS =
29 endif
30
31 -SUBDIRS += includes tests common dst omapip client dhcpctl relay server
32 +SUBDIRS += includes tests common omapip client dhcpctl relay server
33
34 nobase_include_HEADERS = dhcpctl/dhcpctl.h
35
36 diff -up dhcp-4.2.4-P1/server/ddns.c.remove-dst dhcp-4.2.4-P1/server/ddns.c
37 --- dhcp-4.2.4-P1/server/ddns.c.remove-dst 2012-07-13 08:18:05.000000000 +0200
38 +++ dhcp-4.2.4-P1/server/ddns.c 2012-08-17 15:24:29.072454060 +0200
39 @@ -34,7 +34,6 @@
40 */
41
42 #include "dhcpd.h"
43 -#include "dst/md5.h"
44 #include <dns/result.h>
45
46 #ifdef NSUPDATE