You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libnsl/files/libnsl-1.3.0-rpath.patch

17 lines
479 B

https://bugs.gentoo.org/732100
Remove invalid shell from config.rpath.
--- a/config.rpath
+++ b/config.rpath
@@ -216,9 +216,7 @@ 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
- if $libdir == /usr/lib | $libdir == /usr/lib64; then
- hardcode_libdir_flag_spec=""
- fi
+ :
else
ld_shlibs=no
fi