2015-09-04 12:04:31 +02:00
|
|
|
Index: gettext-0.19.5.1/build-aux/config.rpath
|
|
|
|
===================================================================
|
|
|
|
--- gettext-0.19.5.1.orig/build-aux/config.rpath
|
|
|
|
+++ gettext-0.19.5.1/build-aux/config.rpath
|
|
|
|
@@ -216,7 +216,9 @@ if test "$with_gnu_ld" = yes; then
|
|
|
|
;;
|
|
|
|
gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
|
|
|
|
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
|
|
|
- :
|
2020-07-08 09:40:36 +02:00
|
|
|
+ if [[ $libdir = '/usr/lib' ]] || [[ $libdir = '/usr/lib64' ]] ; then
|
2015-09-04 12:04:31 +02:00
|
|
|
+ hardcode_libdir_flag_spec=""
|
|
|
|
+ fi
|
|
|
|
else
|
|
|
|
ld_shlibs=no
|
|
|
|
fi
|