From 5dd8644879b894973337dc92e94f38095ce61499 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 29 Dec 2010 22:37:02 -0800 Subject: bind: update to 8.7.2-P3 Signed-off-by: Saul Wold --- .../bind/bind-9.7.2-P3/cross-build-fix.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch (limited to 'meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch') diff --git a/meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch b/meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch new file mode 100644 index 0000000000..4978379bff --- /dev/null +++ b/meta/recipes-connectivity/bind/bind-9.7.2-P3/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