소스 검색

fix cross-compile

Waldemar Brodkorb 14 년 전
부모
커밋
c67ff8ce1b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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: