From 64d37b3955cea8951e98f671ff5fdf50daada359 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Thu, 20 Jan 2005 18:10:47 +0000 Subject: [PATCH] Oops, commited before Reinhard was ready, sorry! svn path=/trunk/boinc/; revision=5150 --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index eb12a0e1a0..f3dddf1b11 100644 --- a/configure.ac +++ b/configure.ac @@ -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