static libs on linux only

svn path=/trunk/boinc/; revision=1641
This commit is contained in:
Karl Chen 2003-07-02 23:18:24 +00:00
parent a679d222a4
commit b2f838897d
6 changed files with 17 additions and 0 deletions

View File

@ -89,6 +89,7 @@ RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SOURCE_TOP_DIR = @SOURCE_TOP_DIR@
STATIC_FLAGS = @STATIC_FLAGS@
STRIP = @STRIP@
VERSION = @VERSION@
ac_ct_CC = @ac_ct_CC@

View File

@ -5237,3 +5237,9 @@ Karl 2003/07/02
boinc.py
test_backend.py
Karl 2003/07/02
- turn on static libraries only on Linux
configure.ac
client/
Makefile.am

View File

@ -126,6 +126,13 @@ AC_STRUCT_TM
AC_SUBST(CLIENT_BIN_FILENAME,[boinc_${MAJOR_VERSION}.${MINOR_VERSION}_$host${EXEEXT}])
# by default, create static binaries on linux.
[if [ "$target_os" = "linux-gnu" ]; then
STATIC_FLAGS="-static -static-libgcc"
fi
echo "checking static flags... ${STATIC_FLAGS:-(none)}"]
AC_SUBST(STATIC_FLAGS)
AC_CONFIG_FILES([RSAEuro/source/Makefile
RSAEuro/Makefile
api/Makefile

View File

@ -89,6 +89,7 @@ RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SOURCE_TOP_DIR = @SOURCE_TOP_DIR@
STATIC_FLAGS = @STATIC_FLAGS@
STRIP = @STRIP@
VERSION = @VERSION@
ac_ct_CC = @ac_ct_CC@

View File

@ -89,6 +89,7 @@ RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SOURCE_TOP_DIR = @SOURCE_TOP_DIR@
STATIC_FLAGS = @STATIC_FLAGS@
STRIP = @STRIP@
VERSION = @VERSION@
ac_ct_CC = @ac_ct_CC@

View File

@ -89,6 +89,7 @@ RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SOURCE_TOP_DIR = @SOURCE_TOP_DIR@
STATIC_FLAGS = @STATIC_FLAGS@
STRIP = @STRIP@
VERSION = @VERSION@
ac_ct_CC = @ac_ct_CC@