commit: 78949b861d03eab6c7dbfae6f9318826f3f5335d Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org> AuthorDate: Mon Jun 18 12:22:41 2018 +0000 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org> CommitDate: Mon Jun 18 12:22:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78949b86
net-libs/libsrtp: Fix static build. It is now libsrtp2.a, not just libsrtp.a No revision bump, if you were affected this didn't build for you. Closes: https://bugs.gentoo.org/652114 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-libs/libsrtp/libsrtp-2.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libsrtp/libsrtp-2.1.0.ebuild b/net-libs/libsrtp/libsrtp-2.1.0.ebuild index 791ef4e5563..0ae62cb07f7 100644 --- a/net-libs/libsrtp/libsrtp-2.1.0.ebuild +++ b/net-libs/libsrtp/libsrtp-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -53,7 +53,7 @@ multilib_src_configure() { } multilib_src_compile() { - use static-libs && emake ${PN}.a + use static-libs && emake ${PN}2.a emake shared_library use test && emake test }
