mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
gnutls: remove RPATH
This commit is contained in:
parent
01f88a6e68
commit
a51f500384
@ -16,6 +16,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-doc \
|
||||
--disable-guile \
|
||||
--disable-libdane \
|
||||
--disable-padlock \
|
||||
--disable-rpath \
|
||||
--disable-tests \
|
||||
--disable-tools \
|
||||
--disable-valgrind-tests \
|
||||
@ -25,3 +26,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-doc \
|
||||
--with-included-unistring \
|
||||
--without-p11-kit \
|
||||
--without-tpm"
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user