]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/blame - perl-Net-SSLeay-openssl_path.patch
- initial release
[packages/perl-Net-SSLeay.git] / perl-Net-SSLeay-openssl_path.patch
CommitLineData
840d07a5 1--- Makefile.PL~ Sat Jul 31 09:59:12 1999
2+++ Makefile.PL Thu Feb 17 20:55:42 2000
3@@ -14,7 +14,7 @@
4 $make_it = shift if $ARGV[0] eq '-m';
5 $test_it = shift if $ARGV[0] eq '-t';
6 $debug = $test_it = shift if $ARGV[0] eq '-d';
7-$openssl_path = shift || '/usr/local/ssl';
8+$openssl_path = shift || '/usr';
9
10 $openssl_vers = '0.9.3a';
11
This page took 0.076309 seconds and 4 git commands to generate.