commit 89eaced6b18d08581edc8a34ff195d19377c025d parent cb0e769110fb65bcd3e5ed10a2123a0645d8898b Author: rsc <devnull@localhost> Date: Tue, 4 Apr 2006 18:09:05 +0000 look for libresolv.dylib (anothy sorace) Diffstat:
M | bin/9l | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/9l b/bin/9l @@ -150,7 +150,7 @@ then libsl="$libsl -lsec -l9" fi - if [ "x$needndb" = xtrue -a -f /usr/lib/libresolv.a ] + if [ "x$needndb" = xtrue -a '(' -f /usr/lib/libresolv.a -o -f /usr/lib/libresolv.dylib ')' ] then libsl="$libsl -lresolv" fi