summaryrefslogtreecommitdiffstats
path: root/package/libssh2/libssh2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libssh2/libssh2.mk')
-rw-r--r--package/libssh2/libssh2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libssh2/libssh2.mk b/package/libssh2/libssh2.mk
index 3b4df3755e..bf040a836e 100644
--- a/package/libssh2/libssh2.mk
+++ b/package/libssh2/libssh2.mk
@@ -20,7 +20,7 @@ LIBSSH2_CONF_OPTS += --with-libgcrypt \
--without-openssl
# configure.ac forgets to link to dependent libraries of gcrypt breaking static
# linking
-LIBSSH2_CONF_ENV += LIBS="$(shell $(STAGING_DIR)/usr/bin/libgcrypt-config --libs)"
+LIBSSH2_CONF_ENV += LIBS="`$(STAGING_DIR)/usr/bin/libgcrypt-config --libs`"
else
LIBSSH2_DEPENDENCIES += openssl
LIBSSH2_CONF_OPTS += --with-openssl \
OpenPOWER on IntegriCloud