1
0
Dominique Leuenberger 2020-07-15 09:11:21 +00:00 committed by Git OBS Bridge
commit db8607cd89
3 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Index: gettext-0.19.5.1/build-aux/config.rpath
gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 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="" + hardcode_libdir_flag_spec=""
+ fi + fi
else else

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 7 12:09:30 UTC 2020 - Christian Vögl <christian.voegl@suse.com>
- Fix boo941629-unnessary-rpath-on-standard-path.patch (boo#941629)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 26 17:19:02 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de> Sun Apr 26 17:19:02 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 7 12:09:30 UTC 2020 - Christian Vögl <christian.voegl@suse.com>
- Fix boo941629-unnessary-rpath-on-standard-path.patch (boo#941629)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 26 17:19:02 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de> Sun Apr 26 17:19:02 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>