7275d7f3881336ea3953c7abea312a1725e0f87d
[openwrt/svn-archive/archive.git] / net / bind / patches / 110-host_build_fix.patch
1 diff -urN bind-9.3.2-P1/lib/dns/Makefile.in bind-9.3.2-P1.new/lib/dns/Makefile.in
2 --- bind-9.3.2-P1/lib/dns/Makefile.in 2004-12-09 05:07:15.000000000 +0100
3 +++ bind-9.3.2-P1.new/lib/dns/Makefile.in 2006-10-16 21:38:46.000000000 +0200
4 @@ -156,7 +156,7 @@
5 ./gen -s ${srcdir} > code.h
6
7 gen: gen.c
8 - ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
9 + ${CC} ${ALL_CFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
10
11 rbtdb64.@O@: rbtdb.c
12