inital checkin
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql@1601 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
@@ -488,11 +488,19 @@ mysql_src_unpack() {
|
||||
rm -f "scripts/mysqlbug"
|
||||
|
||||
if use xtradb ; then
|
||||
# xtradb and innobase can't exist at buildtime side by side
|
||||
# xtradb and innobase & innodb_plugin can't exist at buildtime side by side
|
||||
rm -rf "${S}/storage/innobase"
|
||||
rm -rf "${S}/storage/innodb_plugin"
|
||||
mv -f "${S}/storage/xtradb" "${S}/storage/innobase"
|
||||
fi
|
||||
|
||||
if use innodb ; then
|
||||
# innodb and innobase & innodb_plugin can't exist at buildtime side by side
|
||||
rm -rf "${S}/storage/innobase"
|
||||
rm -rf "${S}/storage/innodb_plugin"
|
||||
mv -f "${S}/storage/innodb" "${S}/storage/innobase"
|
||||
fi
|
||||
|
||||
# Make charsets install in the right place
|
||||
find . -name 'Makefile.am' \
|
||||
-exec sed --in-place -e 's!$(pkgdatadir)!'${MY_SHAREDSTATEDIR}'!g' {} \;
|
||||
|
||||
Reference in New Issue
Block a user