[socat/el5] * add configure patch

Paul Wouters pwouters at fedoraproject.org
Sat Jan 7 15:33:52 UTC 2012


commit 133c8ce1a97611406b5121a4e3db7eeabd31cf26
Author: Paul Wouters <paul at xelerance.com>
Date:   Sat Jan 7 16:34:25 2012 +0100

    * add configure patch

 socat-configure.patch |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/socat-configure.patch b/socat-configure.patch
new file mode 100644
index 0000000..bb32fd5
--- /dev/null
+++ b/socat-configure.patch
@@ -0,0 +1,15 @@
+--- configure.in	2011-12-04 14:34:16.000000000 +0100
++++ configure.in.new	2012-01-07 16:19:52.016196319 +0100
+@@ -70,7 +70,11 @@
+ 	#include <sys/socket.h>
+ 	#endif])	# Mac OS X requires including sys/socket.h
+ AC_CHECK_HEADERS(arpa/nameser.h)
+-
++AC_CHECK_HEADERS(linux/errqueue.h,,,
++	[#ifdef HAVE_LINUX_TYPES_H
++	 # include <linux/types.h>
++	 #endif
++	])
+ AC_HEADER_RESOLV()
+ 
+ AC_CHECK_HEADERS(termios.h linux/if_tun.h)


More information about the scm-commits mailing list