summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJochen Friedrich <jochen@scram.de>2006-11-15 14:42:19 +0000
committerJochen Friedrich <jochen@scram.de>2006-11-15 14:42:19 +0000
commitc07bc4bf220c881df19b82969e72651d5785ed0e (patch)
treed007281c6efe81f1a3877bc9da18fde1a7bc88e5 /debian/patches
parentb318990cabaa31591eb1f42139a77ad9332ac0b1 (diff)
downloadpkg-net-snmp-c07bc4bf220c881df19b82969e72651d5785ed0e.tar.gz
Changes by Thomas Anders for 5.4rc2.
git-svn-id: svn://svn.debian.org/pkg-net-snmp/trunk@90 db575a87-f10d-0410-9662-f1d5ac62e4ba
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/03_makefiles.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/03_makefiles.patch b/debian/patches/03_makefiles.patch
index b32c5b6..95d5e18 100644
--- a/debian/patches/03_makefiles.patch
+++ b/debian/patches/03_makefiles.patch
@@ -1,11 +1,11 @@
---- net-snmp-5.1.2.orig/agent/Makefile.in
-+++ net-snmp-5.1.2/agent/Makefile.in
-@@ -98,7 +98,7 @@
- agent_handler.o @agentgroup_list_o@ @OTHERAGENTLIBOBJS@
+--- net-snmp-5.4.rc2.orig/agent/Makefile.in 2006-11-07 15:54:25.000000000 +0100
++++ net-snmp-5.4.rc2/agent/Makefile.in 2006-11-15 00:29:26.818214140 +0100
+@@ -102,7 +102,7 @@
+ agent_handler.o $(agentgroup_list_o) @OTHERAGENTLIBOBJS@
LLIBAGENTOBJS=snmp_agent.lo snmp_vars.lo agent_read_config.lo \
agent_registry.lo agent_index.lo agent_trap.lo kernel.lo \
-- agent_handler.lo @agentgroup_list_lo@ @OTHERAGENTLIBLOBJS@
-+ agent_handler.lo @agentgroup_list_lo@ @OTHERAGENTLIBLOBJS@ @WRAPLIBS@
+- agent_handler.lo $(agentgroup_list_lo) @OTHERAGENTLIBLOBJS@
++ agent_handler.lo $(agentgroup_list_lo) @OTHERAGENTLIBLOBJS@ @WRAPLIBS@
# The agent objects.
AGENTOBJS=snmpd.o @other_agentobjs@