[Pkg-net-snmp-commits] r109 - trunk/debian/patches

Jochen Friedrich jochen at alioth.debian.org
Fri Nov 24 13:29:58 CET 2006


Author: jochen
Date: 2006-11-24 13:29:58 +0100 (Fri, 24 Nov 2006)
New Revision: 109

Modified:
   trunk/debian/patches/03_makefiles.patch
Log:
Add Makefile patch to support autoconf > 0.59c.


Modified: trunk/debian/patches/03_makefiles.patch
===================================================================
--- trunk/debian/patches/03_makefiles.patch	2006-11-24 12:27:58 UTC (rev 108)
+++ trunk/debian/patches/03_makefiles.patch	2006-11-24 12:29:58 UTC (rev 109)
@@ -138,3 +138,22 @@
  	rm -rf .libs
  
  cleansubdirs:
+--- net-snmp-5.4.rc3.orig/agent/mibgroup/Makefile.in	2006-11-24 11:08:13.000000000 +0100
++++ net-snmp-5.4.rc3/agent/mibgroup/Makefile.in	2006-11-24 11:09:06.000000000 +0100
+@@ -22,9 +22,13 @@
+ .c.o:
+ 	$(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
+ 
+-OBJS  = @mib_module_list_o@
+-LOBJS = @mib_module_list_lo@
+-SRCS  = @mib_module_list_c@
++ at mib_module_list_o@
++ at mib_module_list_lo@
++ at mib_module_list_c@
++
++OBJS  = $(mib_module_list_o)
++LOBJS = $(mib_module_list_lo)
++SRCS  = $(mib_module_list_c)
+ 
+ all: standardall $(LOBJS)
+ 




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