]> git.pld-linux.org Git - packages/gdbm.git/blob - gdbm-link-compat.patch
- compat without base is problematic at best
[packages/gdbm.git] / gdbm-link-compat.patch
1 --- gdbm-1.8.3/Makefile.in~     2007-02-06 01:33:16.000000000 +0100
2 +++ gdbm-1.8.3/Makefile.in      2007-02-06 01:35:16.000000000 +0100
3 @@ -161,7 +161,7 @@
4  libgdbm_compat.la: $(C_LOBJS) gdbm.h
5         rm -f libgdbm_compat.la
6         $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libgdbm_compat.la -rpath $(libdir) \
7 -               -version-info $(SHLIB_VER) $(C_LOBJS)
8 +               -version-info $(SHLIB_VER) $(C_LOBJS) libgdbm.la
9  
10  gdbm.h:        gdbm.proto gdbmerrno.h gdbm.proto2
11         rm -f gdbm.h
This page took 0.02775 seconds and 4 git commands to generate.