components/libpcap/patches/configure.in.patch
changeset 6942 d4c5b8626f38
parent 6941 be16d495c39b
child 6943 88b49026f0cc
equal deleted inserted replaced
6941:be16d495c39b 6942:d4c5b8626f38
     1 In Solaris 12, we will be normalizing man pages. See PSARC 2015/428.
       
     2 This means that what was section 4, is now section 5 and what was in
       
     3 section 5 is now in section 7. But currently only for Solaris 12.
       
     4 
       
     5 This patch should eventually be sent upstream, but for that to happen
       
     6 it will need to be reworked into a form that will be acceptable for
       
     7 all versions of Solaris. Until then, we are just using this Solaris 12
       
     8 specific patch.
       
     9 
       
    10 --- libpcap-1.7.4/configure.in.orig	2015-10-27 15:28:28.112790014 -0700
       
    11 +++ libpcap-1.7.4/configure.in	2015-10-27 15:29:50.259610071 -0700
       
    12 @@ -1310,11 +1310,6 @@
       
    13  	AC_DEFINE(HAVE_SOLARIS,1,[On solaris])
       
    14  
       
    15  	DYEXT="so"
       
    16 -	#
       
    17 -	# Use System V conventions for man pages.
       
    18 -	#
       
    19 -	MAN_FILE_FORMATS=4
       
    20 -	MAN_MISC_INFO=5
       
    21  	;;
       
    22  esac
       
    23