Don't use --enable-shared and fix the PLIST.
This commit is contained in:
parent
a739660fdc
commit
3aba63a66b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 1999/12/02 07:17:10 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2000/01/31 15:07:03 kevlo Exp $
|
||||
|
||||
DISTNAME= db-3.0.55
|
||||
CATEGORIES= databases
|
||||
@ -10,8 +10,7 @@ MASTER_SITES= http://www.sleepycat.com/update/3.0.55/
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS= --host=${ARCH}-unknown-openbsd --prefix=${PREFIX} \
|
||||
--enable-compat185 --enable-dump185 --enable-cxx \
|
||||
--enable-shared --enable-dynamic
|
||||
--enable-compat185 --enable-dump185 --enable-cxx
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
|
||||
|
@ -7,14 +7,9 @@ bin/db_load
|
||||
bin/db_printlog
|
||||
bin/db_recover
|
||||
bin/db_stat
|
||||
lib/libdb_cxx-3.soname_spec=
|
||||
lib/libdb_cxx.soname_spec=
|
||||
lib/libdb_cxx-3.0.la
|
||||
lib/libdb_cxx-3.0.so.0.0
|
||||
lib/libdb-3.soname_spec=
|
||||
lib/libdb.soname_spec=
|
||||
lib/libdb-3.0.la
|
||||
lib/libdb-3.0.so.0.0
|
||||
lib/libdb_cxx.a
|
||||
lib/libdb.a
|
||||
lib/libdb3.so
|
||||
include/db_185.h
|
||||
include/db3.h
|
||||
include/db_cxx.h
|
||||
|
Loading…
Reference in New Issue
Block a user