projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3ef4d
)
net-libs/libssh: WITH_STATIC_LIB -> BUILD_SHARED_LIBS
author
Andreas Sturmlechner
<asturm@gentoo.org>
Tue, 12 Nov 2019 01:40:04 +0000
(
02:40
+0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Tue, 12 Nov 2019 01:45:00 +0000
(
02:45
+0100)
Upstream commit
920c08eaf8fc8f51d6ce67ba0eb9bd989f997580
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-libs/libssh/libssh-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/libssh/libssh-9999.ebuild
b/net-libs/libssh/libssh-9999.ebuild
index e5e2972dc6d922dc3c692fd69f5507b01b104a9c..70e9e887037fa8747a940a30147788982bcdde62 100644
(file)
--- a/
net-libs/libssh/libssh-9999.ebuild
+++ b/
net-libs/libssh/libssh-9999.ebuild
@@
-79,7
+79,7
@@
multilib_src_configure() {
-DWITH_PCAP="$(usex pcap)"
-DWITH_SERVER="$(usex server)"
-DWITH_SFTP="$(usex sftp)"
- -D
WITH_STATIC_LIB="$(usex
static-libs)"
+ -D
BUILD_SHARED_LIBS="$(usex !
static-libs)"
-DUNIT_TESTING="$(usex test)"
-DWITH_ZLIB="$(usex zlib)"
)