summaryrefslogtreecommitdiff
path: root/net-libs/libssh/libssh-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libssh/libssh-9999.ebuild')
-rw-r--r--net-libs/libssh/libssh-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild
index a46cdb8ad75..0a04edae6ac 100644
--- a/net-libs/libssh/libssh-9999.ebuild
+++ b/net-libs/libssh/libssh-9999.ebuild
@@ -31,7 +31,7 @@ src_prepare() {
}
src_configure() {
- mycmakeargs="${mycmakeargs}
+ mycmakeargs=(
$(cmake-utils_use_with debug DEBUG_CALLTRACE)
$(cmake-utils_use_with debug DEBUG_CRYPTO)
$(cmake-utils_use_with gcrypt)
@@ -40,7 +40,7 @@ src_configure() {
$(cmake-utils_use_with ssh1)
$(cmake-utils_use_with server)
$(cmake-utils_use_with static-libs STATIC_LIB)
- "
+ )
cmake-utils_src_configure
}