diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-07-03 06:43:41 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-07-03 06:43:41 +0000 |
commit | 4ba0d59e6777ce77f3eb4b11c6d2e3e23166f62f (patch) | |
tree | 26c70ad62f0b751cc1c8a618c352d6562861cb30 /net-analyzer/nmap/files | |
parent | Support Sun Studio compiler (f95). (diff) | |
download | historical-4ba0d59e6777ce77f3eb4b11c6d2e3e23166f62f.tar.gz historical-4ba0d59e6777ce77f3eb4b11c6d2e3e23166f62f.tar.bz2 historical-4ba0d59e6777ce77f3eb4b11c6d2e3e23166f62f.zip |
Really fix bug #230443.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64
Diffstat (limited to 'net-analyzer/nmap/files')
-rw-r--r-- | net-analyzer/nmap/files/nmap-4.68-nolua.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/nmap/files/nmap-4.68-nolua.patch b/net-analyzer/nmap/files/nmap-4.68-nolua.patch index 1346ec94c6da..02d81069ff32 100644 --- a/net-analyzer/nmap/files/nmap-4.68-nolua.patch +++ b/net-analyzer/nmap/files/nmap-4.68-nolua.patch @@ -1,3 +1,15 @@ +diff -Naurp nmap-4.68-orig/configure.ac nmap-4.68/configure.ac +--- nmap-4.68-orig/configure.ac 2008-07-02 22:37:00.000000000 +0200 ++++ nmap-4.68/configure.ac 2008-07-03 08:23:54.000000000 +0200 +@@ -524,7 +524,7 @@ AC_HELP_STRING([--without-liblua], [Comp + + # They don't want lua + if test "$no_lua" = "yes"; then +- CXXFLAGS="-DNOLUA $CXXFLAGS" ++ CPPFLAGS="-DNOLUA $CPPFLAGS" + LIBLUA_LIBS="" + LUA_DEPENDS="" + LUA_BUILD="" diff -Naurp nmap-4.68-orig/nmap.cc nmap-4.68/nmap.cc --- nmap-4.68-orig/nmap.cc 2008-07-02 22:37:00.000000000 +0200 +++ nmap-4.68/nmap.cc 2008-07-02 22:37:20.000000000 +0200 |