From 78949b861d03eab6c7dbfae6f9318826f3f5335d Mon Sep 17 00:00:00 2001 From: Tony Vroon Date: Mon, 18 Jun 2018 13:22:41 +0100 Subject: [PATCH] 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 791ef4e55633..0ae62cb07f74 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 } -- 2.26.2