diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:50 +0200 |
commit | ce2eb8f92671ec426c996baca1ef9931c3bacb68 (patch) | |
tree | d3a885bbd94a72a4f486b3b51b6cebb049bc1672 /package/bind/patches | |
parent | 6c85bf610d803db0183faa02ffebbf1f48c318c2 (diff) |
a lot of bugfixes and package updates
Diffstat (limited to 'package/bind/patches')
-rw-r--r-- | package/bind/patches/patch-lib_export_dns_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
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 |