View | Details | Raw Unified | Return to bug 203273 | Differences between
and this patch

Collapse All | Expand All

(-)b/dns/bind910/Makefile (+1 lines)
Lines 40-45 CONFIGURE_ARGS+= --localstatedir=/var --disable-linux-caps \ Link Here
40
		--disable-symtable \
40
		--disable-symtable \
41
		--with-randomdev=/dev/random \
41
		--with-randomdev=/dev/random \
42
		--with-libxml2=${LOCALBASE} \
42
		--with-libxml2=${LOCALBASE} \
43
		--with-readline="-L${LOCALBASE}/lib -I${LOCALBASE}/lib -ledit" \
43
		--sysconfdir=${ETCDIR}
44
		--sysconfdir=${ETCDIR}
44
ETCDIR=		${PREFIX}/etc/namedb
45
ETCDIR=		${PREFIX}/etc/namedb
45
46
(-)b/dns/bind99/Makefile (+1 lines)
Lines 34-39 CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ Link Here
34
		--disable-symtable \
34
		--disable-symtable \
35
		--with-randomdev=/dev/random \
35
		--with-randomdev=/dev/random \
36
		--with-libxml2=${LOCALBASE} \
36
		--with-libxml2=${LOCALBASE} \
37
		--with-readline="-L${LOCALBASE}/lib -I${LOCALBASE}/lib -ledit" \
37
		--sysconfdir=${ETCDIR}
38
		--sysconfdir=${ETCDIR}
38
ETCDIR=		${PREFIX}/etc/namedb
39
ETCDIR=		${PREFIX}/etc/namedb
39
40

Return to bug 203273