mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
c65a934c73
commit
8a732a3b80
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user