summaryrefslogtreecommitdiff
path: root/package/db
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-24 16:42:26 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-24 16:42:26 +0200
commitcbdfc3b84ec5a246b83fb991fd865754b841f9c5 (patch)
tree19c96c6cd337984249264b43d548100260a3e857 /package/db
parent36b8021619c7f7a8ec6fee10e3bfa6e7ff8d9d48 (diff)
parentba1dbc96f36abce072ac39a33bb0bd85e12a4e97 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/db')
-rw-r--r--package/db/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/db/Makefile b/package/db/Makefile
index 3a65ba83d..798964f94 100644
--- a/package/db/Makefile
+++ b/package/db/Makefile
@@ -12,6 +12,7 @@ PKG_SECTION:= db
PKG_URL:= http://www.oracle.com/technology/software/products/berkeley-db
PKG_SITES:= http://www.openadk.org/distfiles/
PKG_NEED_CXX:= 1
+PKG_LIBNAME:= libdb
PKG_OPTS:= dev
WRKBUILD= ${WRKSRC}/build_unix
@@ -39,6 +40,6 @@ CONFIGURE_ARGS+= --enable-smallbuild \
libdb-install:
${INSTALL_DIR} ${IDIR_LIBDB}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libdb*.so ${IDIR_LIBDB}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libdb*.so* ${IDIR_LIBDB}/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk