components/nmap/patches/ncat.configure.patch
branchs11u1-sru
changeset 2588 882be62c9698
parent 2587 576c01af714c
child 2590 83427c2f746b
--- a/components/nmap/patches/ncat.configure.patch	Fri Apr 26 17:13:13 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
---- nmap-5.21/ncat/configure.~1~	2011-01-21 13:00:04.000000000 -0800
-+++ nmap-5.21/ncat/configure	2011-11-28 14:35:56.320662714 -0800
-@@ -1,4 +1,4 @@
--#! /bin/sh
-+#! /bin/bash
- # Guess values for system-dependent variables and create Makefiles.
- # Generated by GNU Autoconf 2.66.
- #
-@@ -237,7 +237,7 @@
- fi
- fi
- fi
--SHELL=${CONFIG_SHELL-/bin/sh}
-+SHELL=${CONFIG_SHELL-/bin/bash}
- export SHELL
- # Unset more variables known to interfere with behavior of common tools.
- CLICOLOR_FORCE= GREP_OPTIONS=
-@@ -713,7 +713,7 @@
- datadir='${datarootdir}'
- sysconfdir='${prefix}/etc'
- sharedstatedir='${prefix}/com'
--localstatedir='${prefix}/var'
-+localstatedir=
- includedir='${prefix}/include'
- oldincludedir='/usr/include'
- docdir='${datarootdir}/doc/${PACKAGE}'