diff options
Diffstat (limited to 'net-libs/libssh/libssh-0.5.5.ebuild')
-rw-r--r-- | net-libs/libssh/libssh-0.5.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/libssh/libssh-0.5.5.ebuild b/net-libs/libssh/libssh-0.5.5.ebuild index bb312ddc083d..28bf2a47f868 100644 --- a/net-libs/libssh/libssh-0.5.5.ebuild +++ b/net-libs/libssh/libssh-0.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.5.ebuild,v 1.5 2013/09/14 10:37:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.5.5.ebuild,v 1.6 2013/09/22 15:04:15 jer Exp $ EAPI=5 @@ -66,6 +66,8 @@ src_install() { use doc && dohtml -r "${CMAKE_BUILD_DIR}"/doc/html/* + use static-libs || rm -f "${D}"/usr/lib64/libssh{,_threads}.a + if use examples; then docinto examples dodoc examples/*.{c,h,cpp} |