summaryrefslogtreecommitdiff
path: root/package/libssh/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-12 13:01:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-12 13:01:44 +0100
commit7bd70b733a54b6d1d26fd0f570328c95cc4858ef (patch)
tree6af6cd410241c6bfb050c020fe685cd1e8c00f67 /package/libssh/Makefile
parent535d9124e1f78b15e0ecb32818bd4583cbab1d50 (diff)
parent501363db19756c4f82a67b822a00e8444d3962cf (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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' \