Browse Source

fix cross-compile

Waldemar Brodkorb 13 years ago
parent
commit
c67ff8ce1b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/wget/Makefile

+ 2 - 1
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: