mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
lftp: remove RPATH
This commit is contained in:
parent
9a1c508523
commit
04329d922c
@ -12,7 +12,12 @@ PKG_LONGDESC="A sophisticated ftp/http client, and a file transfer program suppo
|
|||||||
PKG_BUILD_FLAGS="-sysroot"
|
PKG_BUILD_FLAGS="-sysroot"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-nls \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-nls \
|
||||||
|
--disable-rpath \
|
||||||
--without-gnutls \
|
--without-gnutls \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
--with-readline=${SYSROOT_PREFIX}/usr \
|
--with-readline=${SYSROOT_PREFIX}/usr \
|
||||||
--with-zlib=${SYSROOT_PREFIX}/usr"
|
--with-zlib=${SYSROOT_PREFIX}/usr"
|
||||||
|
|
||||||
|
post_configure_target() {
|
||||||
|
libtool_remove_rpath libtool
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user