packages/net/bind/patches/110-host_build_fix.patch
florian e6a87a593f Upgrade bind to 9.3.2-P1, no shared libraries because those are broken in the bind package itself, (#853)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5166 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-16 20:22:31 +00:00

13 lines
439 B
Diff

diff -urN bind-9.3.2-P1/lib/dns/Makefile.in bind-9.3.2-P1.new/lib/dns/Makefile.in
--- bind-9.3.2-P1/lib/dns/Makefile.in 2004-12-09 05:07:15.000000000 +0100
+++ bind-9.3.2-P1.new/lib/dns/Makefile.in 2006-10-16 21:38:46.000000000 +0200
@@ -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 ${LIBS}
rbtdb64.@O@: rbtdb.c