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-nolua.patch
Date: Thu, 03 Jul 2008 06:43:47
Message-Id: E1KEIXe-0002ye-Bm@stork.gentoo.org
1 spock 08/07/03 06:43:42
2
3 Modified: nmap-4.68-nolua.patch
4 Log:
5 Really fix bug #230443.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64)
7
8 Revision Changes Path
9 1.2 net-analyzer/nmap/files/nmap-4.68-nolua.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-4.68-nolua.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-4.68-nolua.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmap/files/nmap-4.68-nolua.patch?r1=1.1&r2=1.2
14
15 Index: nmap-4.68-nolua.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/files/nmap-4.68-nolua.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- nmap-4.68-nolua.patch 2 Jul 2008 20:45:50 -0000 1.1
22 +++ nmap-4.68-nolua.patch 3 Jul 2008 06:43:41 -0000 1.2
23 @@ -1,3 +1,15 @@
24 +diff -Naurp nmap-4.68-orig/configure.ac nmap-4.68/configure.ac
25 +--- nmap-4.68-orig/configure.ac 2008-07-02 22:37:00.000000000 +0200
26 ++++ nmap-4.68/configure.ac 2008-07-03 08:23:54.000000000 +0200
27 +@@ -524,7 +524,7 @@ AC_HELP_STRING([--without-liblua], [Comp
28 +
29 + # They don't want lua
30 + if test "$no_lua" = "yes"; then
31 +- CXXFLAGS="-DNOLUA $CXXFLAGS"
32 ++ CPPFLAGS="-DNOLUA $CPPFLAGS"
33 + LIBLUA_LIBS=""
34 + LUA_DEPENDS=""
35 + LUA_BUILD=""
36 diff -Naurp nmap-4.68-orig/nmap.cc nmap-4.68/nmap.cc
37 --- nmap-4.68-orig/nmap.cc 2008-07-02 22:37:00.000000000 +0200
38 +++ nmap-4.68/nmap.cc 2008-07-02 22:37:20.000000000 +0200
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list