diff options
author | jbj <devnull@localhost> | 2001-08-09 02:53:26 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-08-09 02:53:26 +0000 |
commit | 8f2315934d44214c4c446d077c8122c4dea6381f (patch) | |
tree | 5d789f31e42babbf1cd4d16ff17fa60874ba45ad /configure.in | |
parent | 46cc804f36f076882932b2301fe25aabea11b983 (diff) | |
download | librpm-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.in | 2 |
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 |