From 66ef1e589a3aa724e54dbb711ce02e474b51df5a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 15 Apr 2009 18:29:50 +0000 Subject: bind: bump version (security issue with DNSSEC DLV) Patch by Gustavo Zacarias , closes #275. --- package/bind/bind-cross.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/bind/bind-cross.patch (limited to 'package/bind/bind-cross.patch') diff --git a/package/bind/bind-cross.patch b/package/bind/bind-cross.patch new file mode 100644 index 000000000..cdbf4cb89 --- /dev/null +++ b/package/bind/bind-cross.patch @@ -0,0 +1,14 @@ +diff -Nura bind-9.5.1-P1/lib/dns/Makefile.in bind-9.5.1-P1.gencross/lib/dns/Makefile.in +--- bind-9.5.1-P1/lib/dns/Makefile.in 2007-09-11 22:09:08.000000000 -0300 ++++ bind-9.5.1-P1.gencross/lib/dns/Makefile.in 2009-03-04 16:35:23.000000000 -0200 +@@ -160,8 +160,8 @@ + ./gen -s ${srcdir} > code.h + + gen: gen.c +- ${BUILD_CC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \ +- ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS} ++ ${HOSTCC} ${HOST_CFLAGS} -I${top_srcdir}/lib/isc/include \ ++ ${HOST_LDFLAGS} -o $@ ${srcdir}/gen.c + + rbtdb64.@O@: rbtdb.c + -- cgit v1.2.3