]> git.pld-linux.org Git - packages/gdbm.git/commitdiff
- compat without base is problematic at best
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 6 Feb 2007 00:40:20 +0000 (00:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdbm-link-compat.patch -> 1.1

gdbm-link-compat.patch [new file with mode: 0644]

diff --git a/gdbm-link-compat.patch b/gdbm-link-compat.patch
new file mode 100644 (file)
index 0000000..834b85a
--- /dev/null
@@ -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
This page took 0.052832 seconds and 4 git commands to generate.