[Pkg-net-snmp-commits] r116 - branches/net-snmp52/debian/patches

Jochen Friedrich jochen at alioth.debian.org
Fri Dec 15 17:56:27 CET 2006


Author: jochen
Date: 2006-12-15 17:56:27 +0100 (Fri, 15 Dec 2006)
New Revision: 116

Modified:
   branches/net-snmp52/debian/patches/03_makefiles.patch
Log:
Include workaround for autoconf bug.


Modified: branches/net-snmp52/debian/patches/03_makefiles.patch
===================================================================
--- branches/net-snmp52/debian/patches/03_makefiles.patch	2006-12-15 16:55:59 UTC (rev 115)
+++ branches/net-snmp52/debian/patches/03_makefiles.patch	2006-12-15 16:56:27 UTC (rev 116)
@@ -71,6 +71,16 @@
  fi
  
  # Check ps args
+@@ -2818,8 +2818,7 @@
+ AC_PROG_GCC_TRADITIONAL
+ AC_FUNC_MEMCMP
+ AC_TYPE_SIGNAL
+-AC_FUNC_GETMNTENT
+-AC_CHECK_FUNCS(setmntent gethostname uname gettimeofday select socket strtol strtoul strlcpy)
++AC_CHECK_FUNCS(getmntent setmntent gethostname uname gettimeofday select socket strtol strtoul strlcpy)
+ AC_CHECK_FUNCS(strchr strtok_r strdup memcpy memmove index bcopy strcasestr regcomp)
+ AC_CHECK_FUNCS(signal setsid sigset sigblock sighold strerror setenv vsnprintf snprintf)
+ AC_CHECK_FUNCS(sigaction)
 diff -ru net-snmp-5.2.3.orig/local/Makefile.in net-snmp-5.2.3/local/Makefile.in
 --- net-snmp-5.2.3.orig/local/Makefile.in	2005-10-10 20:47:48.000000000 +0200
 +++ net-snmp-5.2.3/local/Makefile.in	2006-08-01 11:18:38.000000000 +0200




More information about the Pkg-net-snmp-commits mailing list