fix
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 2 Sep 2004 18:13:35 +0000 (18:13 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 2 Sep 2004 18:13:35 +0000 (18:13 +0000)
ChangeLog
configure.in

index 7637b9bd8c6dfe1a97e5ccbd91ec84c5323e79a4..664cb51349373a4d296b49af971ede9d8fa28442 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-01  Miklos Szeredi <miklos@szeredi.hu>
+
+       * Add -D_REENTRANT to the compile flags
 2004-08-16  Miklos Szeredi <miklos@szeredi.hu>
 
        * Change release method to be non-interruptible.  Fixes bug
index ee378fbf88da480d41150bf45b72c3492f54773c..889b3ce9aa2600bb5d42688032740669f8c6c022 100644 (file)
@@ -11,6 +11,7 @@ fi
 AC_SUBST(LD)
 
 CFLAGS="-Wall -W -g -O2"
+CPPFLAGS="$CPPFLAGS -D_REENTRANT"
 
 AC_ARG_ENABLE(kernel-module,
        [  --enable-kernel-module  Compile kernel module, requires --with-kernel option ])