Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-6.01-make.patch
Date: Wed, 20 Jun 2012 17:33:16
Message-Id: 20120620173305.A498D2004C@flycatcher.gentoo.org
1 jer 12/06/20 17:33:05
2
3 Added: nmap-6.01-make.patch
4 Log:
5 Version bump. Add a parallel make patch (bug #416987). Add more USE flags for optional utilities.
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-analyzer/nmap/files/nmap-6.01-make.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/files/nmap-6.01-make.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/files/nmap-6.01-make.patch?rev=1.1&content-type=text/plain
14
15 Index: nmap-6.01-make.patch
16 ===================================================================
17 --- a/Makefile.in
18 +++ b/Makefile.in
19 @@ -119,6 +119,8 @@
20 rm -f $@
21 $(CXX) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
22
23 +$(NBASEDIR)/libnbase.a: nbase_build
24 +
25 build-%: %/Makefile
26 cd $* && $(MAKE)
27
28 @@ -152,7 +154,7 @@
29 liblinear_build: $(LIBLINEARDIR)/Makefile
30 @echo Compiling liblinear; cd $(LIBLINEARDIR) && $(MAKE) liblinear.a CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)"
31
32 -build-nmap-update: nmap-update/default_channel.h
33 +build-nmap-update: nbase_build nmap-update/default_channel.h
34
35 #$(LIBPCAPDIR)/Makefile:
36 # @echo Configuring libpcap; cd $(LIBPCAPDIR); ./configure