[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

PATCH: check for -lsocket so BerkelyDB works

From: Kean Johnston <jkj_at_sco.com>
Date: 2002-12-16 02:04:09 CET

All,

Please consider this patch, needed for SVN on SCO OpenServer.
BerkelyDB uses a lot of socket functions, and needs -lsocket
to work. Without this, configure fails to find DB.

--- configure.in.jkj 2002-12-15 17:00:01.000000000 -0800
+++ configure.in 2002-12-15 16:52:28.000000000 -0800
@@ -169,6 +169,7 @@
 dnl Check for libraries --------------------
 
 dnl AC_CHECK_LIB() calls go here, if we ever need any
+AC_CHECK_LIB(socket, socket)
 
 # Build the filesystem library (and repository administration tool)
 # only if we have an appropriate version of Berkeley DB.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 16 02:04:39 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.