diff options
author | Juergen Daubert <jue@jue.li> | 2012-10-29 16:13:35 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-10-29 16:13:35 +0100 |
commit | db776e1ff8bf79db440d95ebbd1b4e063d950bc6 (patch) | |
tree | 1186c0129abb96d6428fee27925ecc55a17e2b5d /gdbm | |
parent | 1203ef09d08444e95f28cf651408a2cb66225fba (diff) | |
download | core-db776e1ff8bf79db440d95ebbd1b4e063d950bc6.tar.gz core-db776e1ff8bf79db440d95ebbd1b4e063d950bc6.tar.xz |
gdbm: removed obsolete patch
Diffstat (limited to 'gdbm')
-rw-r--r-- | gdbm/gdbm-1.8.3-compat-linking.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gdbm/gdbm-1.8.3-compat-linking.patch b/gdbm/gdbm-1.8.3-compat-linking.patch deleted file mode 100644 index 189717f0..00000000 --- a/gdbm/gdbm-1.8.3-compat-linking.patch +++ /dev/null @@ -1,19 +0,0 @@ -Since libgdbm_compat uses libgdbm, make sure we link it in. - -http://bugs.gentoo.org/165263 - ---- gdbm-1.8.3/Makefile.in -+++ gdbm-1.8.3/Makefile.in -@@ -161,10 +161,10 @@ - $(LIBTOOL) --mode=link $(CC) -o libgdbm.la -rpath $(libdir) \ - -version-info $(SHLIB_VER) $(LOBJS) - --libgdbm_compat.la: $(C_LOBJS) gdbm.h -+libgdbm_compat.la: $(C_LOBJS) gdbm.h libgdbm.la - rm -f libgdbm_compat.la - $(LIBTOOL) --mode=link $(CC) -o libgdbm_compat.la -rpath $(libdir) \ -- -version-info $(SHLIB_VER) $(C_LOBJS) -+ -version-info $(SHLIB_VER) $(C_LOBJS) libgdbm.la -L./.libs - - gdbm.h: gdbm.proto gdbmerrno.h gdbm.proto2 - rm -f gdbm.h |