mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
5.1 should use libc-2006 by default
This commit is contained in:
parent
d739a91acb
commit
2c6985b325
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ WINE_BUILD_DIR=`echo "$BUILD_DIR" | sed 's_'$base_unix_part'/__'`
|
|||
WINE_BUILD_DIR="$base/$WINE_BUILD_DIR"
|
||||
echo "WINE_BUILD_DIR: $WINE_BUILD_DIR"
|
||||
|
||||
# Look for libc, MySQL 5.0.x uses libc-2003 by default
|
||||
libcdir="$MYDEV/libc-2003"
|
||||
# Look for libc, MySQL 5.1.x uses libc-2006 by default
|
||||
libcdir="$MYDEV/libc-2006"
|
||||
if test ! -d $libcdir
|
||||
then
|
||||
# The libcdir didn't exist, set default
|
||||
|
|
Loading…
Reference in a new issue