summaryrefslogtreecommitdiff
path: root/package/wget
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-13 01:37:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-13 01:37:37 +0100
commitc67ff8ce1b902a6a844040b11317b5554b4c4baf (patch)
treedf40b3a9d341bf3f01940879e7fda662dbb1e862 /package/wget
parent2c04ce4a96507f039e2e18adbea0b5178b9c8682 (diff)
fix cross-compile
Diffstat (limited to 'package/wget')
-rw-r--r--package/wget/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/wget/Makefile b/package/wget/Makefile
index 33e1d5094..dcb29703c 100644
--- a/package/wget/Makefile
+++ b/package/wget/Makefile
@@ -32,7 +32,8 @@ ifeq (${ADK_PACKAGE_WGET_WITH_OPENSSL},y)
CONFIGURE_ARGS+= --with-ssl=openssl
endif
ifeq (${ADK_PACKAGE_WGET_WITH_GNUTLS},y)
-CONFIGURE_ARGS+= --with-ssl=gnutls
+CONFIGURE_ARGS+= --with-ssl=gnutls \
+ --with-libgnutls-prefix="$(STAGING_DIR)/usr"
endif
post-install: