openbsd-ports/security/p5-Net_SSLeay/patches/patch-Makefile_PL
sturm 2bed0118ca don't fall back to an insecure entropy source
from ubuntu via Alexander Bluhm <bluhm at genua.de>
2006-01-21 18:02:56 +00:00

13 lines
568 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.4 2006/01/21 18:02:56 sturm Exp $
--- Makefile.PL.orig Sun Aug 17 09:12:55 2003
+++ Makefile.PL Sat Jan 21 18:57:39 2006
@@ -46,7 +46,7 @@ $openssl_path = '/opt/ssl' if -x '/opt/s
|| -x '/opt/ssl/sbin/openssl';
$openssl_path = '/usr/local/ssl' if -x '/usr/local/ssl/bin/openssl';
$openssl_path = '/apps/openssl/std' if -x '/apps/openssl/std/bin/openssl';
-$openssl_path = shift if @ARGV && $ARGV[0] ne '--';
+#$openssl_path = shift if @ARGV && $ARGV[0] ne '--';
shift if $ARGV[0] eq '--'; # Rest of args are for MakeMaker