projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dff627a
)
fix
author
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 2 Sep 2004 18:13:35 +0000
(18:13 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 2 Sep 2004 18:13:35 +0000
(18:13 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/configure.in
b/configure.in
index ee378fbf88da480d41150bf45b72c3492f54773c..889b3ce9aa2600bb5d42688032740669f8c6c022 100644
(file)
--- 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 ])