aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenryk Plötz <henryk@ploetzli.ch>2014-10-03 20:15:17 +0200
committerHenryk Plötz <henryk@ploetzli.ch>2014-10-03 20:15:17 +0200
commit898102385f20b06f08dc5fb379e1c9aa261a5700 (patch)
treebd3fba77523fc6bd81fed3b2451d3e6a0631c5e7
parentb741c385597d43d38c3858c816732ddc0ad1eab1 (diff)
downloadtinydnssec-898102385f20b06f08dc5fb379e1c9aa261a5700.tar.gz
tinydnssec-898102385f20b06f08dc5fb379e1c9aa261a5700.tar.bz2
Apply djbdns-ipv6-make.patch
Source was http://www.tinydnssec.org/djbdns-ipv6-make.patch, SHA1 85603c7ff95fb65f2fafdaa6852b30ba3052e781
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9ebf4c8..a141bf8 100644
--- a/Makefile
+++ b/Makefile
@@ -863,7 +863,7 @@ compile socket_accept.c byte.h socket.h uint16.h
./compile socket_accept.c
socket_accept6.o: \
-compile socket_accept6.c byte.h socket.h uint16.h
+compile socket_accept6.c byte.h socket.h uint16.h haveip6.h
./compile socket_accept6.c
socket_bind.o: \
@@ -879,7 +879,7 @@ compile socket_conn.c byte.h socket.h uint16.h
./compile socket_conn.c
socket_connect6.o: \
-compile socket_connect6.c byte.h socket.h uint16.h uint32.h
+compile socket_connect6.c byte.h socket.h uint16.h uint32.h haveip6.h
./compile socket_connect6.c
socket_listen.o: \