diff --git a/boo941629-unnessary-rpath-on-standard-path.patch b/boo941629-unnessary-rpath-on-standard-path.patch index c95728d..1e61ed1 100644 --- a/boo941629-unnessary-rpath-on-standard-path.patch +++ b/boo941629-unnessary-rpath-on-standard-path.patch @@ -7,7 +7,7 @@ Index: gettext-0.19.5.1/build-aux/config.rpath gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then - : -+ if $libdir == /usr/lib | $libdir == /usr/lib64; then ++ if [[ $libdir = '/usr/lib' ]] || [[ $libdir = '/usr/lib64' ]] ; then + hardcode_libdir_flag_spec="" + fi else diff --git a/gettext-runtime-mini.changes b/gettext-runtime-mini.changes index cfbc040..f881bd7 100644 --- a/gettext-runtime-mini.changes +++ b/gettext-runtime-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 7 12:09:30 UTC 2020 - Christian Vögl + +- Fix boo941629-unnessary-rpath-on-standard-path.patch (boo#941629) + ------------------------------------------------------------------- Sun Apr 26 17:19:02 UTC 2020 - Andreas Stieger diff --git a/gettext-runtime.changes b/gettext-runtime.changes index cfbc040..f881bd7 100644 --- a/gettext-runtime.changes +++ b/gettext-runtime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 7 12:09:30 UTC 2020 - Christian Vögl + +- Fix boo941629-unnessary-rpath-on-standard-path.patch (boo#941629) + ------------------------------------------------------------------- Sun Apr 26 17:19:02 UTC 2020 - Andreas Stieger