diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-08 02:40:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-08 02:40:54 +0000 |
commit | 35ff75a444656b389b18af6a513cce684d84bece (patch) | |
tree | 855cec801e966ab14644bbac2d1564dad1fc7d1b /sys-libs/db/files | |
parent | add detection for tar files (diff) | |
download | gentoo-2-35ff75a444656b389b18af6a513cce684d84bece.tar.gz gentoo-2-35ff75a444656b389b18af6a513cce684d84bece.tar.bz2 gentoo-2-35ff75a444656b389b18af6a513cce684d84bece.zip |
Further cleanup the patch from Redhat, add a SONAME fix for alpha #48616, and tweak how we build/install.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-libs/db/files')
-rw-r--r-- | sys-libs/db/files/db-1.85-gentoo-paths.patch | 29 | ||||
-rw-r--r-- | sys-libs/db/files/digest-db-1.85-r3 | 2 |
2 files changed, 31 insertions, 0 deletions
diff --git a/sys-libs/db/files/db-1.85-gentoo-paths.patch b/sys-libs/db/files/db-1.85-gentoo-paths.patch new file mode 100644 index 000000000000..4a65106bdc70 --- /dev/null +++ b/sys-libs/db/files/db-1.85-gentoo-paths.patch @@ -0,0 +1,29 @@ +--- PORT/linux/Makefile ++++ PORT/linux/Makefile +@@ -1,12 +1,12 @@ + # @(#)Makefile 8.9 (Berkeley) 7/14/94 + +-LIBDB= libdb.a +-LIBDBSO=libdb.so ++LIBDB= libdb1.a ++LIBDBSO=libdb1.so + SOVER=2 + SONAME=$(LIBDBSO).$(SOVER) + LIBNDBM=libndbm.a + LIBNDBMSO=libndbm.so +-PROG= db_dump185 ++PROG= db1_dump185 + OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \ + ndbm.o + OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \ +@@ -27,8 +27,8 @@ + DESTDIR = + prefix = /usr + bindir = $(prefix)/bin +-libdir = $(prefix)/lib +-includedir = $(prefix)/include ++libdir = $(prefix)/@GENTOO_LIBDIR@ ++includedir = $(prefix)/include/db1 + + all: $(LIBDB) $(LIBDBSO) $(PROG) + diff --git a/sys-libs/db/files/digest-db-1.85-r3 b/sys-libs/db/files/digest-db-1.85-r3 new file mode 100644 index 000000000000..9991746913e0 --- /dev/null +++ b/sys-libs/db/files/digest-db-1.85-r3 @@ -0,0 +1,2 @@ +MD5 befeaaece9f5e8214194fdf4129537fa db-1.85-r3.patch.bz2 14629 +MD5 42cc6c1e1e25818bd3e3f91328edb0f1 db.1.85.tar.gz 270953 |