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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/net-dns/bind/bind-9.16.21.ebuild
0
++ b/net-dns/bind/bind-9.16.21.ebuild
Lines 116-135 Link Here
116
bind_configure() {
116
bind_configure() {
117
	local myeconfargs=(
117
	local myeconfargs=(
118
		AR="$(type -P $(tc-getAR))"
118
		AR="$(type -P $(tc-getAR))"
119
		--prefix="${EPREFIX}"/usr
119
		--prefix="${ESYSROOT}"/usr
120
		--sysconfdir=/etc/bind
120
		--sysconfdir=/etc/bind
121
		--localstatedir=/var
121
		--localstatedir=/var
122
		--with-libtool
122
		--with-libtool
123
		--enable-full-report
123
		--enable-full-report
124
		--without-readline
124
		--without-readline
125
		--with-openssl="${EPREFIX}"/usr
125
		--with-openssl="${ESYSROOT}"/usr
126
		--without-cmocka
126
		--without-cmocka
127
		$(use_enable caps linux-caps)
127
		$(use_enable caps linux-caps)
128
		$(use_enable dnsrps)
128
		$(use_enable dnsrps)
129
		$(use_enable dnstap)
129
		$(use_enable dnstap)
130
		$(use_enable fixed-rrset)
130
		$(use_enable fixed-rrset)
131
		# $(use_enable static-libs static)
131
		# $(use_enable static-libs static)
132
		$(use_with berkdb dlz-bdb)
132
		$(use_with berkdb dlz-bdb "${ESYSROOT}"/usr)
133
		$(use_with dlz dlopen)
133
		$(use_with dlz dlopen)
134
		$(use_with dlz dlz-filesystem)
134
		$(use_with dlz dlz-filesystem)
135
		$(use_with dlz dlz-stub)
135
		$(use_with dlz dlz-stub)

Return to bug 820284