summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2018-06-18 13:22:41 +0100
committerTony Vroon <chainsaw@gentoo.org>2018-06-18 13:22:41 +0100
commit78949b861d03eab6c7dbfae6f9318826f3f5335d (patch)
treef4ebb51f9108ca7532bee15643e3439d69a7d4a9
parenteclass/kernel-2: use HTTPs (diff)
downloadgentoo-78949b861d03eab6c7dbfae6f9318826f3f5335d.tar.gz
gentoo-78949b861d03eab6c7dbfae6f9318826f3f5335d.tar.bz2
gentoo-78949b861d03eab6c7dbfae6f9318826f3f5335d.zip
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
-rw-r--r--net-libs/libsrtp/libsrtp-2.1.0.ebuild4
1 files 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
}