You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/12 18:56:34 UTC

svn commit: r803600 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Wed Aug 12 16:56:34 2009
New Revision: 803600

URL: http://svn.apache.org/viewvc?rev=803600&view=rev
Log:
Solaris needs resolv library

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=803600&r1=803599&r2=803600&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Wed Aug 12 16:56:34 2009
@@ -417,7 +417,7 @@
             varadds cppopts -D_POSIX_PTHREAD_SEMANTICS
         fi
         varadds ccflags -xstrconst -xdepend -O -Xa -KPIC
-        varadds ldflags -lrt -ldl -lthread -lsendfile -lsocket -lnsl
+        varadds ldflags -lrt -ldl -lthread -lsendfile -lresolv -lsocket -lnsl
         varadds shflags -G -KPIC -dy
         test ".$cxx_set" = .no && cxx=CC
         cpp="cc -E"