summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-08-09 02:53:26 +0000
committerjbj <devnull@localhost>2001-08-09 02:53:26 +0000
commit8f2315934d44214c4c446d077c8122c4dea6381f (patch)
tree5d789f31e42babbf1cd4d16ff17fa60874ba45ad /configure.in
parent46cc804f36f076882932b2301fe25aabea11b983 (diff)
downloadlibrpm-tizen-8f2315934d44214c4c446d077c8122c4dea6381f.tar.gz
librpm-tizen-8f2315934d44214c4c446d077c8122c4dea6381f.tar.bz2
librpm-tizen-8f2315934d44214c4c446d077c8122c4dea6381f.zip
- add -D_REENTRANT (note rpmlib is still not thread safe).
CVS patchset: 5009 CVS date: 2001/08/09 02:53:26
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 326e57dee..6c6a8812e 100644
--- a/configure.in
+++ b/configure.in
@@ -27,7 +27,7 @@ AC_PROG_CXX
AS=${AS-as}
AC_SUBST(AS)
if test "$ac_cv_prog_gcc" = yes; then
- CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
+ CFLAGS="$CFLAGS -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
fi
export CFLAGS