From ce2eb8f92671ec426c996baca1ef9931c3bacb68 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 13 Jun 2015 21:59:06 +0200 Subject: a lot of bugfixes and package updates --- package/bind/patches/patch-lib_export_dns_Makefile_in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/bind/patches/patch-lib_export_dns_Makefile_in (limited to 'package/bind/patches') diff --git a/package/bind/patches/patch-lib_export_dns_Makefile_in b/package/bind/patches/patch-lib_export_dns_Makefile_in new file mode 100644 index 000000000..7d90cd49e --- /dev/null +++ b/package/bind/patches/patch-lib_export_dns_Makefile_in @@ -0,0 +1,11 @@ +--- bind-9.9.7.orig/lib/export/dns/Makefile.in 2015-02-18 02:56:06.000000000 +0100 ++++ bind-9.9.7/lib/export/dns/Makefile.in 2015-06-07 16:24:50.000000000 +0200 +@@ -168,7 +168,7 @@ code.h: gen + ./gen -s ${srcdir} > code.h + + gen: ${srcdir}/gen.c +- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS} ++ ${BUILD_CC} -I../../isc/include ${BUILD_CFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS} + + #We don't need rbtdb64 for this library + #rbtdb64.@O@: rbtdb.c -- cgit v1.2.3