diff options
Diffstat (limited to 'bin/9l')
-rwxr-xr-x | bin/9l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ case "$tag" in *Linux*) ld=${CC9:-gcc} userpath=true - extralibs="$extralibs -lutil" + extralibs="$extralibs -lutil -lresolv" case "${SYSVERSION:-`uname -r`}" in 2.6.* | 3.*) extralibs="$extralibs -lpthread" |