mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-03 18:37:40 +08:00
configure.ac: don't add RPATH when searching for extra libs
Closes #766 doesn't appear to actually be required, and adding RPATH breaks Debian and OpenSUSE policy all flames to me
This commit is contained in:
parent
7541fac245
commit
05233aa6f4
@ -126,7 +126,7 @@ for i in /usr/pkg /sw /opt /opt/local /usr/local; do
|
||||
AC_MSG_CHECKING([for $i/lib library directory])
|
||||
if test -d $i/lib; then
|
||||
AC_MSG_RESULT(yes)
|
||||
LDFLAGS="$LDFLAGS -L$i/lib/ -Wl,-rpath,$i/lib/"
|
||||
LDFLAGS="$LDFLAGS -L$i/lib/"
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user