diff --git a/gdbm.spec b/gdbm.spec index 03d1faf..bcaf0e7 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -3,7 +3,7 @@ Summary: A GNU set of database routines which use extensible hashing. Name: gdbm Version: 1.8.0 -Release: 17 +Release: 18 Source: ftp://ftp.gnu.org/gnu/gdbm-%{version}.tar.gz Patch0: gdbm-1.8.0-jbj.patch Patch1: gdbm-1.8.0-fhs.patch @@ -47,7 +47,6 @@ gdbm database library. You'll also need to install the gdbm package. %patch3 -p1 -b .offset %build -export CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" libtoolize --force --copy aclocal @@ -95,6 +94,10 @@ fi rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Jul 24 2002 Trond Eivind Glomsr�d <teg@redhat.com> 1.8.0-18 +- Remove cflags for large database support - not compatible + with databases without it + * Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild