Oops, commited before Reinhard was ready, sorry!

svn path=/trunk/boinc/; revision=5150
This commit is contained in:
Bruce Allen 2005-01-20 18:10:47 +00:00
parent 8fa397b2ef
commit 64d37b3955
1 changed files with 6 additions and 0 deletions

View File

@ -397,6 +397,12 @@ if test "${enable_linux_release}" = yes; then
BOINC_EXTRA_LIBS=`echo $BOINC_EXTRA_LIBS | sed -e"s/ -l${somelib} / $LDSTATIC -l${somelib} $LDDYNAMIC /g"`
done
echo "DEBUG: final BOINC_EXTRA_LIBS= $BOINC_EXTRA_LIBS"
## NOTE: it's *extremely* important to always compile with __NO_CTYPE
## defined, because this avoids GLIBC_2.3 symbols being pulled in via ctype.h-macros,
CPPFLAGS="$CPPFLAGS -D__NO_CTYPE"
fi
## prepend BOINC_EXTRA_LIBS (mangled or not) to LIBS for standard linking