Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/snips/files: snips-1.2-link-correct-snmp-lib.patch
Date: Fri, 04 Jul 2008 14:46:13
Message-Id: E1KEmY3-0003Pi-Jm@stork.gentoo.org
1 chainsaw 08/07/04 14:46:07
2
3 Added: snips-1.2-link-correct-snmp-lib.patch
4 Log:
5 Linking fix, trapmon failed to link if net-snmp was installed on the system. No revision bump, if this applied to you then your build broke.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8-00204-gc461a97-dirty x86_64)
7
8 Revision Changes Path
9 1.1 net-analyzer/snips/files/snips-1.2-link-correct-snmp-lib.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/files/snips-1.2-link-correct-snmp-lib.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/files/snips-1.2-link-correct-snmp-lib.patch?rev=1.1&content-type=text/plain
13
14 Index: snips-1.2-link-correct-snmp-lib.patch
15 ===================================================================
16 diff -uNr snips-1.2.ORIG/trapmon/Makefile.mid snips-1.2/trapmon/Makefile.mid
17 --- snips-1.2.ORIG/trapmon/Makefile.mid 2008-07-04 15:39:00.000000000 +0100
18 +++ snips-1.2/trapmon/Makefile.mid 2008-07-04 15:39:22.000000000 +0100
19 @@ -17,7 +17,7 @@
20 INITFILES = trapmon
21
22 $(TARG): $(OBJS) Makefile
23 - $(CC) $(CFLAGS) $(OBJS) $(LIBS) $(PROGLIBS) -o $@
24 + $(CC) $(CFLAGS) $(OBJS) $(PROGLIBS) $(LIBS) -o $@
25
26 install: $(TARG)
27 $(INSTALL) -c -m 4750 $(TARG) $(DESTDIR)$(BINDIR)/
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list