stoopid cvs seemed to miss this file in previous commit

This commit is contained in:
avsm 2001-01-09 23:38:15 +00:00
parent 7ef04a943e
commit 9cea9c33d0

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-Makefile_PL,v 1.1 2001/01/09 23:38:15 avsm Exp $
--- Makefile.PL.orig Sun Jan 7 09:39:02 2001
+++ Makefile.PL Tue Jan 9 23:12:07 2001
@@ -8,7 +8,7 @@ my $currdir = dirname($0) || '.';
chdir($currdir) || die("can't change to $currdir: $!");
# FIND POSSIBLE SSL INSTALLATIONS
-my @POSSIBLE_SSL_DIRS = qw(/usr/local/openssl /usr/local/ssl /local/ssl /opt/ssl /usr/local /local /usr);
+my @POSSIBLE_SSL_DIRS = qw(/usr);
my @CANDIDATE;
my $open_ssl = 0;
my $dir;
@@ -38,7 +38,7 @@ if($ARGV[0] =~ /^[a-z]\:|^\//) {
unless($CANDIDATE[0][0]) {
print "No OpenSSL installation found, usually in $POSSIBLE_SSL_DIRS[0]\n";
}
- $SSL_DIR = prompt "Which OpenSSL build path do you want to link against?", $CANDIDATE[0][0];
+ $SSL_DIR = $CANDIDATE[0][0];
}
my $candidate = &Candidate($SSL_DIR);
unless($candidate) {