From add6e674aba745c9fd0f5c6af3cda7997145a3c5 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 4 Oct 2011 20:52:23 -0700 Subject: bind: update to 9.8.1 The COPYRIGHT File was updates for both Year and showing the complete list of contributors, this change effectively adds BSD equivlant to the licensing terms. (From OE-Core rev: a770a56aba6419372654ea6f1413672a0aa19cc0) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../bind/bind-9.8.1/cross-build-fix.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/cross-build-fix.patch (limited to 'meta/recipes-connectivity/bind/bind-9.8.1/cross-build-fix.patch') diff --git a/meta/recipes-connectivity/bind/bind-9.8.1/cross-build-fix.patch b/meta/recipes-connectivity/bind/bind-9.8.1/cross-build-fix.patch new file mode 100644 index 0000000000..4978379bff --- /dev/null +++ b/meta/recipes-connectivity/bind/bind-9.8.1/cross-build-fix.patch @@ -0,0 +1,19 @@ +11/30/2010 +gen.c should be build by ${BUILD_CC} + +Signed-off-by: Qing He + +diff --git a/lib/export/dns/Makefile.in b/lib/export/dns/Makefile.in +index aeadf57..d3fae74 100644 +--- a/lib/export/dns/Makefile.in ++++ b/lib/export/dns/Makefile.in +@@ -166,7 +166,8 @@ code.h: gen + ./gen -s ${srcdir} > code.h + + gen: ${srcdir}/gen.c +- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS} ++ ${BUILD_CC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \ ++ ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS} + + #We don't need rbtdb64 for this library + #rbtdb64.@O@: rbtdb.c -- cgit v1.2.3-54-g00ecf