summaryrefslogtreecommitdiff
path: root/db3/configure
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-05-23 14:25:19 +0000
committerjbj <devnull@localhost>2001-05-23 14:25:19 +0000
commit71f818828ed608b895896670f15437ffc491b785 (patch)
tree98b5ba4dbe808c8c63b6c5fbc7f9efa5640824a4 /db3/configure
parent0112602155b5500ba63e9874072c89d5241aec7a (diff)
downloadlibrpm-tizen-71f818828ed608b895896670f15437ffc491b785.tar.gz
librpm-tizen-71f818828ed608b895896670f15437ffc491b785.tar.bz2
librpm-tizen-71f818828ed608b895896670f15437ffc491b785.zip
- headerFree() returns NULL, _free is C++ safe.
CVS patchset: 4807 CVS date: 2001/05/23 14:25:19
Diffstat (limited to 'db3/configure')
-rwxr-xr-xdb3/configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/db3/configure b/db3/configure
index 608f1ffa3..ff79eeed6 100755
--- a/db3/configure
+++ b/db3/configure
@@ -24,5 +24,12 @@ distdir install:\
\
db3_install: all install_setip \\' > Makefile
+mv db.h db.h.orig
+cat db.h.orig | sed \
+ -e '/^struct __db;/i \
+/*@-incondefs@*/' \
+ -e '/^struct __key_range;/a \
+/*@=incondefs@*/' > db.h
+
# Generate manifest for rpmdb.
make -s listobjs > db3lobjs