Update install.sh

pull/816/head
dami 2 days ago
parent 05258e6fce
commit f5ce6e47e2
  1. 4
      plugins/mysql/versions/5.5/install.sh

@ -165,8 +165,8 @@ Install_mysql()
export CFLAGS="-D__s64=long long -D__u64='unsigned long long' -D__s32=int -D__u32='unsigned int' -D__u16='unsigned short'" export CFLAGS="-D__s64=long long -D__u64='unsigned long long' -D__s32=int -D__u32='unsigned int' -D__u16='unsigned short'"
export CXXFLAGS="$CFLAGS" export CXXFLAGS="$CFLAGS"
OPTIONS="${OPTIONS} -DCMAKE_C_FLAGS=$CFLAGS" OPTIONS="${OPTIONS} -DCMAKE_C_FLAGS=${CFLAGS}"
OPTIONS="${OPTIONS} -DCMAKE_CXX_FLAGS=$CXXFLAGS" OPTIONS="${OPTIONS} -DCMAKE_CXX_FLAGS=${CXXFLAGS}"
fi fi
if [ ! -d $serverPath/mysql ];then if [ ! -d $serverPath/mysql ];then

Loading…
Cancel
Save