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-5.0.9_beta-r2.ebuild (-4 / +9 lines)
Lines 157-168 Link Here
157
	useq readline && myconf="${myconf} --without-readline"
157
	useq readline && myconf="${myconf} --without-readline"
158
	useq readline || myconf="${myconf} --with-readline"
158
	useq readline || myconf="${myconf} --with-readline"
159
159
160
	if useq static ; then
160
	if useq mysql-static-daemon ; then
161
		myconf="${myconf} --with-mysqld-ldflags=-all-static"
161
		myconf="${myconf} --with-mysqld-ldflags=-all-static"
162
		myconf="${myconf} --with-client-ldflags=-all-static"
163
		myconf="${myconf} --disable-shared"
164
	else
165
		myconf="${myconf} --enable-shared --enable-static"
162
		myconf="${myconf} --enable-shared --enable-static"
163
	else 	
164
		if useq static ; then
165
			myconf="${myconf} --with-mysqld-ldflags=-all-static"
166
			myconf="${myconf} --with-client-ldflags=-all-static"
167
			myconf="${myconf} --disable-shared"
168
		else
169
			myconf="${myconf} --enable-shared --enable-static"
170
		fi
166
	fi
171
	fi
167
172
168
	myconf="${myconf} `use_with tcpd libwrap`"
173
	myconf="${myconf} `use_with tcpd libwrap`"

Return to bug 103111