From: Jan Rękorajski Date: Tue, 6 Feb 2007 00:40:20 +0000 (+0000) Subject: - compat without base is problematic at best X-Git-Tag: auto/th/gdbm-1_8_3-7~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgdbm18.git;a=commitdiff_plain;h=033df633fff1b468d2935905e360dbb8fc1d01d4 - compat without base is problematic at best Changed files: gdbm18-link-compat.patch -> 1.1 --- diff --git a/gdbm18-link-compat.patch b/gdbm18-link-compat.patch new file mode 100644 index 0000000..834b85a --- /dev/null +++ b/gdbm18-link-compat.patch @@ -0,0 +1,11 @@ +--- gdbm-1.8.3/Makefile.in~ 2007-02-06 01:33:16.000000000 +0100 ++++ gdbm-1.8.3/Makefile.in 2007-02-06 01:35:16.000000000 +0100 +@@ -161,7 +161,7 @@ + libgdbm_compat.la: $(C_LOBJS) gdbm.h + rm -f libgdbm_compat.la + $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libgdbm_compat.la -rpath $(libdir) \ +- -version-info $(SHLIB_VER) $(C_LOBJS) ++ -version-info $(SHLIB_VER) $(C_LOBJS) libgdbm.la + + gdbm.h: gdbm.proto gdbmerrno.h gdbm.proto2 + rm -f gdbm.h