diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-13 01:37:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-13 01:37:37 +0100 |
commit | c67ff8ce1b902a6a844040b11317b5554b4c4baf (patch) | |
tree | df40b3a9d341bf3f01940879e7fda662dbb1e862 /package/wget | |
parent | 2c04ce4a96507f039e2e18adbea0b5178b9c8682 (diff) |
fix cross-compile
Diffstat (limited to 'package/wget')
-rw-r--r-- | package/wget/Makefile | 3 |
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: |