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

Collapse All | Expand All

(-)mysql.eclass (-6 lines)
Lines 133-143 Link Here
133
	sed -i -e "s/zlib\/Makefile dnl/dnl zlib\/Makefile/" "${S}/configure.in"
133
	sed -i -e "s/zlib\/Makefile dnl/dnl zlib\/Makefile/" "${S}/configure.in"
134
	rm -f scripts/mysqlbug
134
	rm -f scripts/mysqlbug
135
135
136
	# Multilib issue with zlib detection
137
	mysql_version_is_at_least "5.00.15.00" \
138
	&& sed -i -e "s:zlib_dir/lib:zlib_dir/$(get_libdir):g" \
139
		"${S}/config/ac-macros/zlib.m4"
140
141
	# Make charsets install in the right place
136
	# Make charsets install in the right place
142
	find . -name 'Makefile.am' \
137
	find . -name 'Makefile.am' \
143
		-exec sed --in-place -e 's!$(pkgdatadir)!'${MY_SHAREDSTATEDIR}'!g' {} \;
138
		-exec sed --in-place -e 's!$(pkgdatadir)!'${MY_SHAREDSTATEDIR}'!g' {} \;
Lines 362-368 Link Here
362
		--enable-thread-safe-client \
357
		--enable-thread-safe-client \
363
		--with-comment="Gentoo Linux ${PF}" \
358
		--with-comment="Gentoo Linux ${PF}" \
364
		--with-unix-socket-path="/var/run/mysqld/mysqld.sock" \
359
		--with-unix-socket-path="/var/run/mysqld/mysqld.sock" \
365
		--with-zlib-dir=/usr \
366
		--with-lib-ccflags="-fPIC" \
360
		--with-lib-ccflags="-fPIC" \
367
		--without-readline \
361
		--without-readline \
368
		--without-docs \
362
		--without-docs \

Return to bug 111073