6cfdd4b39b
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=54
15 lines
428 B
Diff
15 lines
428 B
Diff
Index: openssl-1.0.0/Configure
|
|
===================================================================
|
|
--- openssl-1.0.0.orig/Configure
|
|
+++ openssl-1.0.0/Configure
|
|
@@ -1673,7 +1673,8 @@ while (<IN>)
|
|
}
|
|
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";
|
|
}
|