summaryrefslogtreecommitdiff
path: root/package/libssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libssh/Makefile')
-rw-r--r--package/libssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libssh/Makefile b/package/libssh/Makefile
index 8d7b455fb..997e78895 100644
--- a/package/libssh/Makefile
+++ b/package/libssh/Makefile
@@ -23,7 +23,7 @@ WRKBUILD= ${WRKDIR}/${PKG_NAME}-obj
CONFIG_STYLE:= manual
do-configure:
- (cd $(WRKBUILD) && PATH='${TARGET_PATH}' \
+ (cd $(WRKBUILD) && PATH='${HOST_PATH}' \
cmake -DCMAKE_SYSTEM_NAME=Linux \
-DCMAKE_INSTALL_PREFIX=/usr \
-DOPENSSL_ROOT_DIR='$(STAGING_TARGET_DIR)/usr' \