forked from pool/gettext-runtime
Accepting request 819371 from Base:System
OBS-URL: https://build.opensuse.org/request/show/819371 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=84
This commit is contained in:
commit
db8607cd89
@ -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
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user