patches/tsclient-01-libsocket.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 18110 93461edb1490
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

Index: trunk/configure.in
===================================================================
--- trunk/configure.in	(revision 63)
+++ trunk/configure.in	(working copy)
@@ -25,6 +25,9 @@
 
 dnl ==========================================================================
 
+dnl Check for bind in libsocket (needed on Solaris)
+AC_CHECK_LIB(socket, bind)
+
 set_debug=no
 AC_ARG_ENABLE(debug,
 [  --enable-debug       Lots of noisy debug messages],