]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - net-dns/djbdns/files/makefile-parallel-test25.patch
Use a separate makefule patch for net-dns/djbdns-1.05-r29.
[mjo-overlay.git] / net-dns / djbdns / files / makefile-parallel-test25.patch
1 diff --git a/Makefile b/Makefile
2 index 9ebf4c8..fe5ed73 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -212,7 +212,7 @@ warn-auto.sh choose.sh conf-home
6 chmod 755 choose
7
8 clientloc.o: \
9 -compile clientloc.c open.h byte.h cdb.h ip6.h
10 +compile clientloc.c open.h byte.h cdb.h uint32.h ip6.h
11 ./compile clientloc.c
12
13 compile: \
14 @@ -336,7 +336,7 @@ taia.h tai.h uint64.h taia.h
15
16 dns_transmit.o: \
17 compile dns_transmit.c socket.h uint16.h alloc.h error.h byte.h \
18 -uint16.h dns.h stralloc.h gen_alloc.h iopause.h taia.h tai.h uint64.h \
19 +uint32.h dns.h stralloc.h gen_alloc.h iopause.h taia.h tai.h uint64.h \
20 taia.h
21 ./compile dns_transmit.c
22
23 @@ -859,15 +859,15 @@ trylsock.c compile load
24 rm -f trylsock.o trylsock
25
26 socket_accept.o: \
27 -compile socket_accept.c byte.h socket.h uint16.h
28 +compile socket_accept.c byte.h socket.h uint16.h uint32.h
29 ./compile socket_accept.c
30
31 socket_accept6.o: \
32 -compile socket_accept6.c byte.h socket.h uint16.h
33 +compile socket_accept6.c byte.h socket.h uint16.h uint32.h
34 ./compile socket_accept6.c
35
36 socket_bind.o: \
37 -compile socket_bind.c byte.h socket.h uint16.h
38 +compile socket_bind.c byte.h socket.h uint16.h uint32.h
39 ./compile socket_bind.c
40
41 socket_bind6.o: \
42 @@ -875,7 +875,7 @@ compile socket_bind6.c sockaddr_in6.h haveip6.h byte.h socket.h uint16.h uint32.
43 ./compile socket_bind6.c
44
45 socket_conn.o: \
46 -compile socket_conn.c byte.h socket.h uint16.h
47 +compile socket_conn.c byte.h socket.h uint16.h uint32.h
48 ./compile socket_conn.c
49
50 socket_connect6.o: \
51 @@ -883,11 +883,11 @@ compile socket_connect6.c byte.h socket.h uint16.h uint32.h
52 ./compile socket_connect6.c
53
54 socket_listen.o: \
55 -compile socket_listen.c socket.h uint16.h
56 +compile socket_listen.c socket.h uint16.h uint32.h
57 ./compile socket_listen.c
58
59 socket_recv.o: \
60 -compile socket_recv.c byte.h socket.h uint16.h
61 +compile socket_recv.c byte.h socket.h uint16.h uint32.h
62 ./compile socket_recv.c
63
64 socket_recv6.o: \
65 @@ -895,7 +895,7 @@ compile socket_recv6.c sockaddr_in6.h haveip6.h byte.h socket.h uint16.h uint32.
66 ./compile socket_recv6.c
67
68 socket_send.o: \
69 -compile socket_send.c byte.h socket.h uint16.h
70 +compile socket_send.c byte.h socket.h uint16.h uint32.h
71 ./compile socket_send.c
72
73 socket_send6.o: \
74 @@ -903,7 +903,7 @@ compile socket_send6.c byte.h socket.h uint16.h uint32.h ip6.h haveip6.h error.h
75 ./compile socket_send6.c
76
77 socket_tcp.o: \
78 -compile socket_tcp.c ndelay.h socket.h uint16.h
79 +compile socket_tcp.c ndelay.h socket.h uint16.h uint32.h
80 ./compile socket_tcp.c
81
82 socket_tcp6.o: \
83 @@ -911,7 +911,7 @@ compile socket_tcp6.c ndelay.h socket.h uint16.h uint32.h haveip6.h
84 ./compile socket_tcp6.c
85
86 socket_udp.o: \
87 -compile socket_udp.c ndelay.h socket.h uint16.h
88 +compile socket_udp.c ndelay.h socket.h uint16.h uint32.h
89 ./compile socket_udp.c
90
91 socket_udp6.o: \