gettext: remove RPATH from TARGET

bug raised with gettext:
- https://savannah.gnu.org/bugs/index.php?61769
This commit is contained in:
heitbaum 2022-01-07 16:01:05 +00:00
parent 9c6c05f1c6
commit 9e70798218

View File

@ -21,3 +21,10 @@ PKG_CONFIGURE_OPTS_HOST="--disable-static --enable-shared \
--disable-native-java \ --disable-native-java \
--disable-csharp \ --disable-csharp \
--without-emacs" --without-emacs"
PKG_CONFIGURE_OPTS_TARGET="--disable-rpath"
post_configure_target() {
libtool_remove_rpath gettext-runtime/libasprintf/libtool
libtool_remove_rpath gettext-tools/libtool
}