openbsd-ports/security/nessus/patches/patch-nessus-libraries_configure
2001-02-13 03:00:11 +00:00

22 lines
636 B
Plaintext

$OpenBSD: patch-nessus-libraries_configure,v 1.3 2001/02/13 03:00:13 matt Exp $
--- nessus-libraries/configure.orig Sat Nov 25 16:38:52 2000
+++ nessus-libraries/configure Sat Feb 10 19:53:05 2001
@@ -4044,7 +4044,7 @@ INSTALL_DIR="$INSTALL -d"
EXTRA=$LIBS
-subdirs="libpcap-nessus $cipher_subdir"
+subdirs="$cipher_subdir"
@@ -4488,7 +4488,7 @@ if test "$no_recursion" != yes; then
esac
done
- for ac_config_dir in libpcap-nessus $cipher_subdir; do
+ for ac_config_dir in $cipher_subdir; do
# Do not complain, so a configure script can configure whichever
# parts of a large source tree are present.