2014-04-09 18:17:23 +02:00
|
|
|
Index: openssl-1.0.1g/Configure
|
2011-04-18 10:39:50 +02:00
|
|
|
===================================================================
|
2014-04-09 18:17:23 +02:00
|
|
|
--- openssl-1.0.1g.orig/Configure
|
|
|
|
+++ openssl-1.0.1g/Configure
|
|
|
|
@@ -1804,7 +1804,8 @@ while (<IN>)
|
2010-06-02 18:07:27 +02:00
|
|
|
}
|
|
|
|
elsif (/^#define\s+ENGINESDIR/)
|
|
|
|
{
|
|
|
|
- my $foo = "$prefix/$libdir/engines";
|
|
|
|
+ #my $foo = "$prefix/$libdir/engines";
|
|
|
|
+ my $foo = "/$libdir/engines";
|
|
|
|
$foo =~ s/\\/\\\\/g;
|
|
|
|
print OUT "#define ENGINESDIR \"$foo\"\n";
|
|
|
|
}
|