|
|
|
@ -159,11 +159,11 @@ Install_mysql() |
|
|
|
|
OPTIONS='' |
|
|
|
|
if [ "$OSNAME" == "debian" ] && [ "$VERSION_ID" == "13" ];then |
|
|
|
|
Install_dep_debain13 |
|
|
|
|
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 CFLAGS="-D__s64=long long -D__u64='unsigned long long' -D__s32=int -D__u32='unsigned int' -D__u16='unsigned short'" |
|
|
|
|
# export CXXFLAGS="$CFLAGS" |
|
|
|
|
|
|
|
|
|
OPTIONS="${OPTIONS} -DCMAKE_C_FLAGS=${CFLAGS}" |
|
|
|
|
OPTIONS="${OPTIONS} -DCMAKE_CXX_FLAGS=${CXXFLAGS}" |
|
|
|
|
# OPTIONS="${OPTIONS} -DCMAKE_C_FLAGS=${CFLAGS}" |
|
|
|
|
# OPTIONS="${OPTIONS} -DCMAKE_CXX_FLAGS=${CXXFLAGS}" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# -DWITH_SSL=/www/server/lib/openssl11 |
|
|
|
|