0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00

In Snappy build script, removed CXX_COMPILER_FLAGS, as it causes

autoconf breakage.
This commit is contained in:
James Yonan 2014-08-10 20:04:23 -06:00
parent d9dfc91031
commit a03639138a

View File

@ -57,7 +57,7 @@ rm -rf $DIST
mkdir -p $DIST
cd $SNAPPY_VERSION
echo 'OPTIONS' CC=$CC LD=$LD AR=$AR RANLIB=$RANLIB host_opt=$host_opt targ_opt=$targ_opt
export CFLAGS="$PLATFORM_FLAGS $CXX_COMPILER_FLAGS $OTHER_COMPILER_FLAGS $LIB_OPT_LEVEL $LIB_FPIC"
export CFLAGS="$PLATFORM_FLAGS $OTHER_COMPILER_FLAGS $LIB_OPT_LEVEL $LIB_FPIC"
echo 'CFLAGS' $CFLAGS
export CXXFLAGS="$CFLAGS"
./configure --prefix=$DIST $host_opt $targ_opt --enable-static --disable-shared