From 49645b09b5d5c0537e31bd27f7bc17b5fa80eb7a Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 21 Mar 2023 11:05:05 +0100 Subject: [PATCH] lmdb, remove static library (#8034) --- dev-db/lmdb/lmdb-0.9.29.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-db/lmdb/lmdb-0.9.29.recipe b/dev-db/lmdb/lmdb-0.9.29.recipe index 520a71ffc..8c433618c 100644 --- a/dev-db/lmdb/lmdb-0.9.29.recipe +++ b/dev-db/lmdb/lmdb-0.9.29.recipe @@ -4,7 +4,7 @@ a simplified variant of the BerkeleyDB (BDB) API." HOMEPAGE="http://symas.com/mdb/" COPYRIGHT="2011-2021 Howard Chu, Symas Corp." LICENSE="OpenLDAP Public License" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/LMDB/lmdb/archive/LMDB_$portVersion.tar.gz" CHECKSUM_SHA256="22054926b426c66d8f2bc22071365df6e35f3aacf19ad943bc6167d4cae3bebb" SOURCE_DIR="lmdb-LMDB_$portVersion" @@ -68,6 +68,9 @@ INSTALL() datarootdir="$dataDir" \ mandir="$manDir/man1" + # remove static library + rm $libDir/liblmdb.a + prepareInstalledDevelLib liblmdb packageEntries devel $developDir }