mirror of https://github.com/BOINC/boinc.git
Oops, commited before Reinhard was ready, sorry!
svn path=/trunk/boinc/; revision=5150
This commit is contained in:
parent
8fa397b2ef
commit
64d37b3955
|
@ -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"`
|
BOINC_EXTRA_LIBS=`echo $BOINC_EXTRA_LIBS | sed -e"s/ -l${somelib} / $LDSTATIC -l${somelib} $LDDYNAMIC /g"`
|
||||||
done
|
done
|
||||||
echo "DEBUG: final BOINC_EXTRA_LIBS= $BOINC_EXTRA_LIBS"
|
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
|
fi
|
||||||
|
|
||||||
## prepend BOINC_EXTRA_LIBS (mangled or not) to LIBS for standard linking
|
## prepend BOINC_EXTRA_LIBS (mangled or not) to LIBS for standard linking
|
||||||
|
|
Loading…
Reference in New Issue