summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-27 18:08:01 +0100
committerSam James <sam@gentoo.org>2023-05-29 19:18:46 +0100
commit77cd465d7a4d4a2bd2f79e195b31fc5fc0c2d170 (patch)
treedd8c63710a45b3bb00d269fb53b21cd5f18afc44 /dev-db
parentapp-shells/dash: drop dead prefix targets (diff)
downloadgentoo-77cd465d7a4d4a2bd2f79e195b31fc5fc0c2d170.tar.gz
gentoo-77cd465d7a4d4a2bd2f79e195b31fc5fc0c2d170.tar.bz2
gentoo-77cd465d7a4d4a2bd2f79e195b31fc5fc0c2d170.zip
dev-db/lmdb: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/lmdb/lmdb-0.9.30.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-db/lmdb/lmdb-0.9.30.ebuild b/dev-db/lmdb/lmdb-0.9.30.ebuild
index 1bf5c3be54b6..91a70aa82f37 100644
--- a/dev-db/lmdb/lmdb-0.9.30.ebuild
+++ b/dev-db/lmdb/lmdb-0.9.30.ebuild
@@ -44,11 +44,6 @@ multilib_src_configure() {
-e "/^libdir/s!lib\$!$(get_libdir)!" \
-e "s!shared!shared ${soname}!" \
"Makefile" || die
-
- if [[ ${CHOST} == *-solaris* ]] ; then
- # fdatasync lives in -lrt on Solaris 10
- [[ ${CHOST#*-solaris2.} -le 10 ]] && append-ldflags -lrt
- fi
}
multilib_src_compile() {