a5af32e5af
Changes: * Big appdefs.resp update. Thanks to all contributors! * Fixed the web update function for bad inet_pton implementations * Added support for nmap files with IPv6 addresses * You can scan/check port 0 now (wish from nbachdeloitte.dk) From Alexandre Anriot <aanriot@atlantilde.com>, the maintainer.
24 lines
573 B
Plaintext
24 lines
573 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2005/06/20 18:26:18 niallo Exp $
|
|
--- configure.orig Fri Jun 3 15:34:19 2005
|
|
+++ configure Mon Jun 20 13:41:00 2005
|
|
@@ -13,10 +13,6 @@ if [ "$1" = "--help" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
-cd pcre-3.9 || exit 1
|
|
-./configure || exit 1
|
|
-cd ..
|
|
-
|
|
echo
|
|
echo
|
|
echo "Starting amap auto configuration ..."
|
|
@@ -29,7 +25,7 @@ NSL_PATH=""
|
|
SOCKET_PATH=""
|
|
MANDIR=""
|
|
LIBDIRS=`cat /etc/ld.so.conf 2> /dev/null`
|
|
-PREFIX=`echo "$1"|grep prefix=|sed 's/.*prefix=//i'`
|
|
+PREFIX=`echo "$1"|grep prefix=|sed 's/.*prefix=//'`
|
|
echo
|
|
|
|
echo "Checking for openssl ..."
|