fix bind compile error
[openwrt/svn-archive/archive.git] / net / bind / patches / 110-host_build_fix.patch
1 --- bind-9.3.1/lib/dns/Makefile.in.old Sun Oct 15 01:27:40 2006
2 +++ bind-9.3.1/lib/dns/Makefile.in Sun Oct 15 01:28:15 2006
3 @@ -156,7 +156,7 @@
4 ./gen -s ${srcdir} > code.h
5
6 gen: gen.c
7 - ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
8 + ${CC} ${ALL_CFLAGS} -o $@ ${srcdir}/gen.c
9
10 rbtdb64.@O@: rbtdb.c
11