mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
gettext: remove RPATH from TARGET
bug raised with gettext: - https://savannah.gnu.org/bugs/index.php?61769
This commit is contained in:
parent
9c6c05f1c6
commit
9e70798218
@ -21,3 +21,10 @@ PKG_CONFIGURE_OPTS_HOST="--disable-static --enable-shared \
|
||||
--disable-native-java \
|
||||
--disable-csharp \
|
||||
--without-emacs"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-rpath"
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath gettext-runtime/libasprintf/libtool
|
||||
libtool_remove_rpath gettext-tools/libtool
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user