555d1d3ad9
Accepted submit request 67324 from user coolo OBS-URL: https://build.opensuse.org/request/show/67324 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=52
13 lines
301 B
Diff
13 lines
301 B
Diff
--- Configure.orig
|
|
+++ Configure
|
|
@@ -1688,7 +1688,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";
|
|
}
|