Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48616
Collapse All | Expand All

(-)db.1.85/PORT/linux/Makefile.orig (-5 lines)
Lines 1-12 Link Here
1
#	@(#)Makefile	8.9 (Berkeley) 7/14/94
1
#	@(#)Makefile	8.9 (Berkeley) 7/14/94
2
2
3
LIBDB=	libdb.a
3
LIBDB=	libdb.a
4
ARCH=$(shell uname -m)
5
ifeq ($(ARCH),alpha)
6
SOVER=2.1
7
else
8
SOVER=2
4
SOVER=2
9
endif
10
LIBDBSO=libdb.so.$(SOVER)
5
LIBDBSO=libdb.so.$(SOVER)
11
PROG=	db_dump185
6
PROG=	db_dump185
12
OBJ1=	hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
7
OBJ1=	hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \

Return to bug 48616