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

Collapse All | Expand All

(-)/usr/portage/dev-db/mysql/mysql-4.1.13-r1.ebuild (-3 / +12 lines)
Lines 169-177 Link Here
169
	use readline && myconf="${myconf} --without-readline"
169
	use readline && myconf="${myconf} --without-readline"
170
	use readline || myconf="${myconf} --with-readline"
170
	use readline || myconf="${myconf} --with-readline"
171
171
172
	use static \
172
	if useq mysql-static-daemon ; then
173
		&& myconf="${myconf} --with-mysqld-ldflags=-all-static --disable-shared" \
173
		myconf="${myconf} --with-mysqld-ldflags=-all-static"
174
		|| myconf="${myconf} --enable-shared --enable-static"
174
		myconf="${myconf} --enable-shared --enable-static"
175
	else
176
		if useq static ; then
177
			myconf="${myconf} --with-mysqld-ldflags=-all-static"
178
			myconf="${myconf} --with-client-ldflags=-all-static"
179
			myconf="${myconf} --disable-shared"
180
		else
181
			myconf="${myconf} --enable-shared --enable-static"
182
		fi
183
	fi
175
184
176
	myconf="${myconf} `use_with tcpd libwrap`"
185
	myconf="${myconf} `use_with tcpd libwrap`"
177
186

Return to bug 103111