wget: add some more options to prevent to link agains host libs if found, depends on openssl

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-14 16:24:09 +01:00
parent c65a934c73
commit 8a732a3b80
2 changed files with 8 additions and 2 deletions

View File

@ -27,5 +27,11 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--disable-debug \
--disable-nls \
--disable-rpath \
--enable-ipv6 \
--with-libiconv-prefix="$SYSROOT_PREFIX/usr" \
--without-libgnutls-prefix \
--without-libssl-prefix \
make

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org"
PKG_URL="http://ftp.gnu.org/gnu/wget/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain"
PKG_DEPENDS="libiconv openssl"
PKG_BUILD_DEPENDS="toolchain libiconv openssl"
PKG_PRIORITY="optional"
PKG_SECTION="web"
PKG_SHORTDESC="wget: A non-interactive network retriever"