components/libnet/patches/configure.patch
author Rich Burridge <rich.burridge@oracle.com>
Wed, 11 Jan 2012 11:05:09 -0800
changeset 650 e2fc423a4fd5
child 655 086286e54fd8
permissions -rw-r--r--
PSARC 2011/399 Update libnet to 1.1.5 6776222 libnet is not IPv6 capable 7122666 libnet should be updated to version 1.1.5

--- 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)
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_SOLARIS_IPV6 1
+_ACEOF
+
+        ;;
+
     esac
 
     ADDITIONAL_LIBS='-lresolv -lsocket -lnsl'