9
0
Fork 0

build: Let the system decide where libraries are searched

This commit is contained in:
Holger Hans Peter Freyther 2012-11-06 14:10:17 +01:00
parent e071e30937
commit 0aa17870bc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ AC_SUBST(EXEC_LDFLAGS)
case "${host}" in
i*86-*-linux-gnu*)
EXEC_LDADD="-Wl,--rpath -Wl,/usr/local/lib" ;;
EXEC_LDADD="" ;;
*solaris*)
EXEC_LDADD="-lresolv -lsocket -lnsl" ;;
esac