Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88360
Collapse All | Expand All

(-)eclass/mysql.eclass (-1 / +1 lines)
Lines 251-257 Link Here
251
251
252
	if use static ; then
252
	if use static ; then
253
		myconf="${myconf} --with-client-ldflags=-all-static"
253
		myconf="${myconf} --with-client-ldflags=-all-static"
254
		myconf="${myconf} --disable-shared"
254
		myconf="${myconf} --disable-shared --with-pic"
255
	else
255
	else
256
		myconf="${myconf} --enable-shared --enable-static"
256
		myconf="${myconf} --enable-shared --enable-static"
257
	fi
257
	fi

Return to bug 88360