]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/blob - perl-Net-SSLeay-openssl_path.patch
- initial release
[packages/perl-Net-SSLeay.git] / perl-Net-SSLeay-openssl_path.patch
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.05783 seconds and 3 git commands to generate.