vlmcsd-svn998-2016-08-11-Hotbird64

This commit is contained in:
Wind4 2016-08-15 18:35:59 +08:00
parent 8d3bfb8d55
commit 9099d5aa69
51 changed files with 966 additions and 4047 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
#export VLMCSD_VERSION="svn`svnversion | sed -e 's/:.*//; s/[^0-9]*$//; s/^$/0/'`"
export VLMCSD_VERSION="svn`svnversion`"
export VERBOSE=3
export DNS_PARSER=internal
@ -88,15 +88,15 @@ if [ $? != 0 ]; then
exit $?
fi
export CFLAGS="$CFLAGS -flto=jobserver -fvisibility=hidden"
export CFLAGS="$CFLAGS -flto=jobserver -fvisibility=hidden -DIS_LIBRARY"
export LDFLAGS="$LDFLAGS -static-libgcc"
make $MAKEFLAGS CRYPTO=windows FEATURES=minimum $DLL_NAME
if [ $? != 0 ]; then
echo Error creating $DLL_NAME
exit $?
fi
#make $MAKEFLAGS CRYPTO=windows FEATURES=minimum $DLL_NAME CAT=2
#
#if [ $? != 0 ]; then
# echo Error creating $DLL_NAME
# exit $?
#fi
@ -148,15 +148,15 @@ if [ $? != 0 ]; then
exit $?
fi
export CFLAGS="$CFLAGS -flto=jobserver -fvisibility=hidden"
export CFLAGS="$CFLAGS -flto=jobserver -fvisibility=hidden -DIS_LIBRARY"
export LDFLAGS="$LDFLAGS -static-libgcc"
make $MAKEFLAGS CRYPTO=windows FEATURES=minimum $DLL_NAME
if [ $? != 0 ]; then
echo Error creating $DLL_NAME
exit $?
fi
#make $MAKEFLAGS CRYPTO=windows FEATURES=minimum $DLL_NAME CAT=2
#
#if [ $? != 0 ]; then
# echo Error creating $DLL_NAME
# exit $?
#fi