argus-3.0.0.rc6 on Solaris 10

Michael Sanderson sanders at cs.ubc.ca
Tue Jun 13 04:45:26 EDT 2006


Solaris 10 (SPARC) with Sun's gcc needs the following patch to configure.in to 
make the test for AC_LBL_FIXINCLUDES happy.  (See notes in libpcap's configure.in.)

diff -c argus-3.0.0.rc.6.orig/configure.in argus-3.0.0.rc.6/configure.in
*** argus-3.0.0.rc.6.orig/configure.in  Mon Jun 12 14:11:19 2006
--- argus-3.0.0.rc.6/configure.in       Tue Jun 13 01:10:24 2006
***************
*** 32,37 ****
--- 32,39 ----
   AC_LBL_CHECK_TYPE(u_int32_t, u_int)
   AC_LBL_CHECK_TYPE(u_int64_t, long long)

+ AC_CHECK_HEADERS( sys/ioccom.h )
+
   AC_LBL_FIXINCLUDES

   AC_CHECK_FUNCS(strerror strlcpy)

-- 
Michael Sanderson                   sanders at cs.ubc.ca
Computing Facilities Manager (Acting)   604 822 6194
UBC Computer Science		http://www.cs.ubc.ca/~sanders/



More information about the argus mailing list