summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-10-30 18:22:51 +0100
committerDavid Seifert <soap@gentoo.org>2020-10-30 18:22:51 +0100
commit8ba76d90f9cfddccfd6935dee71ef442395abd8d (patch)
tree5b9d905a3eeb201cbdf8e98c3bfe3e9dfbe75d36 /sys-libs/db/db-6.2.38.ebuild
parentmedia-tv/kodi: Cleanup old version (diff)
downloadgentoo-8ba76d90f9cfddccfd6935dee71ef442395abd8d.tar.gz
gentoo-8ba76d90f9cfddccfd6935dee71ef442395abd8d.tar.bz2
gentoo-8ba76d90f9cfddccfd6935dee71ef442395abd8d.zip
sys-libs/db: Revbump for --disable-static
Bug: https://bugs.gentoo.org/378289 Closes: https://github.com/gentoo/gentoo/pull/18073 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs/db/db-6.2.38.ebuild')
-rw-r--r--sys-libs/db/db-6.2.38.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-libs/db/db-6.2.38.ebuild b/sys-libs/db/db-6.2.38.ebuild
index 965668160fc0..091651e008b5 100644
--- a/sys-libs/db/db-6.2.38.ebuild
+++ b/sys-libs/db/db-6.2.38.ebuild
@@ -128,6 +128,7 @@ multilib_src_configure() {
--disable-sql
--disable-sql_codegen
--disable-sql_compat
+ --disable-static
$([[ ${ABI} == arm ]] && echo --with-mutex=ARM/gcc-assembly)
$([[ ${ABI} == amd64 ]] && echo --with-mutex=x86/gcc-assembly)
$(use_enable cxx)
@@ -199,6 +200,9 @@ multilib_src_install_all() {
mv "${ED%/}"/usr/bin/berkeley_db_svc \
"${ED%/}"/usr/sbin/berkeley_db"${SLOT/./}"_svc || die
fi
+
+ # no static libraries
+ find "${ED}" -name '*.la' -delete || die
}
pkg_postinst() {