From 9c938ac8d2d16e0b4521c688b91532e0829be988 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 2 Sep 2004 18:13:35 +0000 Subject: [PATCH] fix --- ChangeLog | 4 ++++ configure.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7637b9b..664cb51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Miklos Szeredi + + * Add -D_REENTRANT to the compile flags + 2004-08-16 Miklos Szeredi * Change release method to be non-interruptible. Fixes bug diff --git a/configure.in b/configure.in index ee378fb..889b3ce 100644 --- a/configure.in +++ b/configure.in @@ -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 ]) -- 2.30.2