projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2860398
)
net-libs/libsrtp: Fix post-test libsrtp2.a rm, #600946
author
Michał Górny
<mgorny@gentoo.org>
Wed, 9 Aug 2017 15:34:24 +0000
(17:34 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 11 Aug 2017 13:20:40 +0000
(15:20 +0200)
net-libs/libsrtp/libsrtp-2.0.0.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/libsrtp/libsrtp-2.0.0.ebuild
b/net-libs/libsrtp/libsrtp-2.0.0.ebuild
index 9e282218d75d1c8692f58b651d9cc267a72667d0..828aec3146b71ba3d544c758973384c4aa8d8363 100644
(file)
--- a/
net-libs/libsrtp/libsrtp-2.0.0.ebuild
+++ b/
net-libs/libsrtp/libsrtp-2.0.0.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-59,9
+59,9
@@
src_compile() {
src_test() {
LD_LIBRARY_PATH="${S}" emake -j1 runtest
- # Makefile.in has '$(testapp): libsrtp.a'
+ # Makefile.in has '$(testapp): libsrtp
2
.a'
if use !static-libs; then
- rm libsrtp.a || die
+ rm libsrtp
2
.a || die
fi
}