components/nmap/patches/nsock.src.configure.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Thu, 17 May 2012 01:37:17 -0700
changeset 818 1c77b9213f26
parent 605 8dca74ad1a27
permissions -rw-r--r--
7168947 Upgrade Wireshark to version 1.6.7 7159388 Problem with network/wireshark

--- nmap-5.21/nsock/src/configure.~1~	2011-01-21 13:00:04.000000000 -0800
+++ nmap-5.21/nsock/src/configure	2011-11-28 14:42:04.611753978 -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=
@@ -709,7 +709,7 @@
 datadir='${datarootdir}'
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
-localstatedir='${prefix}/var'
+localstatedir=
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE}'