diff options
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: |