From 898102385f20b06f08dc5fb379e1c9aa261a5700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henryk=20Pl=C3=B6tz?= Date: Fri, 3 Oct 2014 20:15:17 +0200 Subject: Apply djbdns-ipv6-make.patch Source was http://www.tinydnssec.org/djbdns-ipv6-make.patch, SHA1 85603c7ff95fb65f2fafdaa6852b30ba3052e781 --- Makefile | 4 ++-- 1 file 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: \ -- cgit v1.2.3