Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-4.68-concurrent-make-fix.patch
Date: Sat, 30 Aug 2008 21:23:45
Message-Id: E1KZXv4-0007wl-40@stork.gentoo.org
1 spock 08/08/30 21:23:42
2
3 Added: nmap-4.68-concurrent-make-fix.patch
4 Log:
5 Fix a race condition in the make file (bug #235995).
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
7
8 Revision Changes Path
9 1.1 net-analyzer/nmap/files/nmap-4.68-concurrent-make-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-4.68-concurrent-make-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-4.68-concurrent-make-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: nmap-4.68-concurrent-make-fix.patch
15 ===================================================================
16 diff -Naurp nmap-4.68-orig/Makefile.in nmap-4.68/Makefile.in
17 --- nmap-4.68-orig/Makefile.in 2008-08-30 01:04:10.000000000 +0200
18 +++ nmap-4.68/Makefile.in 2008-08-30 01:04:45.000000000 +0200
19 @@ -101,7 +101,7 @@ nbase_build: $(NBASEDIR)/Makefile
20 @echo Compiling libnbase;
21 cd $(NBASEDIR) && $(MAKE)
22
23 -nsock_build: $(NSOCKDIR)/src/Makefile
24 +nsock_build: $(NSOCKDIR)/src/Makefile nbase_build
25 @echo Compiling libnsock;
26 cd $(NSOCKDIR)/src && $(MAKE)