From 5ccd76ba50c6a7418f44124a4e492bdec6338fc1 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 14 Oct 2006 23:42:00 +0000 Subject: [PATCH] fix bind compile error git-svn-id: svn://svn.openwrt.org/openwrt/packages@5107 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/{cross-compile.patch => 100-cross_compile.patch} | 0 net/bind/patches/110-host_build_fix.patch | 11 +++++++++++ 2 files changed, 11 insertions(+) rename net/bind/patches/{cross-compile.patch => 100-cross_compile.patch} (100%) create mode 100644 net/bind/patches/110-host_build_fix.patch diff --git a/net/bind/patches/cross-compile.patch b/net/bind/patches/100-cross_compile.patch similarity index 100% rename from net/bind/patches/cross-compile.patch rename to net/bind/patches/100-cross_compile.patch diff --git a/net/bind/patches/110-host_build_fix.patch b/net/bind/patches/110-host_build_fix.patch new file mode 100644 index 000000000..0f330b1fe --- /dev/null +++ b/net/bind/patches/110-host_build_fix.patch @@ -0,0 +1,11 @@ +--- bind-9.3.1/lib/dns/Makefile.in.old Sun Oct 15 01:27:40 2006 ++++ bind-9.3.1/lib/dns/Makefile.in Sun Oct 15 01:28:15 2006 +@@ -156,7 +156,7 @@ + ./gen -s ${srcdir} > code.h + + gen: gen.c +- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS} ++ ${CC} ${ALL_CFLAGS} -o $@ ${srcdir}/gen.c + + rbtdb64.@O@: rbtdb.c + -- 2.11.0