commit: f7619eaede1fc6b8bd97d4827e19c5665f5d2d3a Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sun Nov 15 23:23:22 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Nov 15 23:23:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7619eae
net-libs/openmq-cclient: disable static libs Closes: https://bugs.gentoo.org/725016 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild b/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild index a60d88a6722..8fdd8ee4a31 100644 --- a/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild +++ b/net-libs/openmq-cclient/openmq-cclient-4.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -73,6 +73,12 @@ src_prepare() { eautoreconf } +src_configure() { + econf --disable-static +} + src_install() { - emake install DESTDIR="${D}" + default + dodoc -r "${WORKDIR}"/mq/src/doc/en/. + find "${ED}" -name '*.la' -delete || die }
