Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266570 | Differences between
and this patch

Collapse All | Expand All

(-)lib/dns/Makefile.in.ori (-1 / +1 lines)
Lines 158-164 Link Here
158
	./gen -s ${srcdir} > code.h
158
	./gen -s ${srcdir} > code.h
159
159
160
gen: gen.c
160
gen: gen.c
161
	${BUILD_CC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \
161
	${HOSTCC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \
162
	${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS}
162
	${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS}
163
163
164
rbtdb64.@O@: rbtdb.c
164
rbtdb64.@O@: rbtdb.c

Return to bug 266570