components/libnet/patches/configure.patch
author Rich Burridge <rich.burridge@oracle.com>
Thu, 28 Mar 2013 08:49:28 -0700
changeset 1234 6f834970c557
parent 655 086286e54fd8
permissions -rw-r--r--
15824630 SUNBT7206173 Need to update swig to a version that supports lua 5.2.

--- libnet-1.1.5/configure.orig	Sat Dec 17 16:17:23 2011
+++ libnet-1.1.5/configure	Sat Dec 17 16:18:25 2011
@@ -21763,6 +21763,13 @@
 
         ;;
 
+    5.10|5.11|5.12)
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_SOLARIS_IPV6 1
+_ACEOF
+
+        ;;
+
     esac
 
     ADDITIONAL_LIBS='-lresolv -lsocket -lnsl'