aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-02-23 00:46:50 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-02-23 00:46:50 +0000
commitde8fcf52b766c028f03d4174f676e8bea6a408df (patch)
treed7fab1e76e4839884c2ac7b46aa137f09786321e /configure.ac
parenta0af233ce21cba931338c1198f6eb80cd6c55e02 (diff)
downloadenigma2-de8fcf52b766c028f03d4174f676e8bea6a408df.tar.gz
enigma2-de8fcf52b766c028f03d4174f676e8bea6a408df.zip
add flags for more thread safety (enigma2 recompile needed)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c77d3ceb..5de0dd08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,9 +34,9 @@ if test "$withsdl" = "yes" ; then
fi
CPPFLAGS="$CPPFLAGS "'-I$(top_srcdir)'
-CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS $MD5SUM_CFLAGS $FREETYPE_CFLAGS $FRIBIDI_CFLAGS $ID3TAG_CFLAGS $MAD_CFLAGS $PLUGINS_CFLAGS $PNG_CFLAGS $SDL_CFLAGS $SIGC_CFLAGS $XMLTREE_CFLAGS $DVBSI_CFLAGS"
+CPPFLAGS="$CPPFLAGS -D_REENTRANT $PYTHON_CPPFLAGS $MD5SUM_CFLAGS $FREETYPE_CFLAGS $FRIBIDI_CFLAGS $ID3TAG_CFLAGS $MAD_CFLAGS $PLUGINS_CFLAGS $PNG_CFLAGS $SDL_CFLAGS $SIGC_CFLAGS $XMLTREE_CFLAGS $DVBSI_CFLAGS"
CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions -Wall"
-LDFLAGS="$LDFLAGS $PYTHON_LDFLAGS $SDL_LDFLAGS"
+LDFLAGS="$LDFLAGS -pthread $PYTHON_LDFLAGS $SDL_LDFLAGS"
TUXBOX_APPS_GETTEXT