]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - net-dns/djbdns/files/makefile-parallel.patch
51c0317eca94b16c26849fcdd65ca084f91f3f0e
[mjo-overlay.git] / net-dns / djbdns / files / makefile-parallel.patch
1 --- a/Makefile 2011-04-07 21:49:48.140645070 -0400
2 +++ b/Makefile 2011-04-07 22:24:06.595746444 -0400
3 @@ -332,7 +332,7 @@
4
5 dns_transmit.o: \
6 compile dns_transmit.c socket.h uint16.h alloc.h error.h byte.h \
7 -uint16.h dns.h stralloc.h gen_alloc.h iopause.h taia.h tai.h uint64.h \
8 +uint32.h dns.h stralloc.h gen_alloc.h iopause.h taia.h tai.h uint64.h \
9 taia.h
10 ./compile dns_transmit.c
11
12 @@ -860,15 +860,15 @@
13 rm -f trylsock.o trylsock
14
15 socket_accept.o: \
16 -compile socket_accept.c byte.h socket.h uint16.h
17 +compile socket_accept.c byte.h socket.h uint16.h uint32.h
18 ./compile socket_accept.c
19
20 socket_accept6.o: \
21 -compile socket_accept6.c byte.h socket.h uint16.h
22 +compile socket_accept6.c byte.h socket.h uint16.h uint32.h
23 ./compile socket_accept6.c
24
25 socket_bind.o: \
26 -compile socket_bind.c byte.h socket.h uint16.h
27 +compile socket_bind.c byte.h socket.h uint16.h uint32.h
28 ./compile socket_bind.c
29
30 socket_bind6.o: \
31 @@ -876,7 +876,7 @@
32 ./compile socket_bind6.c
33
34 socket_conn.o: \
35 -compile socket_conn.c byte.h socket.h uint16.h
36 +compile socket_conn.c byte.h socket.h uint16.h uint32.h
37 ./compile socket_conn.c
38
39 socket_connect6.o: \
40 @@ -884,11 +884,11 @@
41 ./compile socket_connect6.c
42
43 socket_listen.o: \
44 -compile socket_listen.c socket.h uint16.h
45 +compile socket_listen.c socket.h uint16.h uint32.h
46 ./compile socket_listen.c
47
48 socket_recv.o: \
49 -compile socket_recv.c byte.h socket.h uint16.h
50 +compile socket_recv.c byte.h socket.h uint16.h uint32.h
51 ./compile socket_recv.c
52
53 socket_recv6.o: \
54 @@ -896,7 +896,7 @@
55 ./compile socket_recv6.c
56
57 socket_send.o: \
58 -compile socket_send.c byte.h socket.h uint16.h
59 +compile socket_send.c byte.h socket.h uint16.h uint32.h
60 ./compile socket_send.c
61
62 socket_send6.o: \
63 @@ -904,7 +904,7 @@
64 ./compile socket_send6.c
65
66 socket_tcp.o: \
67 -compile socket_tcp.c ndelay.h socket.h uint16.h
68 +compile socket_tcp.c ndelay.h socket.h uint16.h uint32.h
69 ./compile socket_tcp.c
70
71 socket_tcp6.o: \
72 @@ -912,7 +912,7 @@
73 ./compile socket_tcp6.c
74
75 socket_udp.o: \
76 -compile socket_udp.c ndelay.h socket.h uint16.h
77 +compile socket_udp.c ndelay.h socket.h uint16.h uint32.h
78 ./compile socket_udp.c
79
80 socket_udp6.o: \