SHA256
3
0
forked from pool/openssl
openssl/bug610223.patch
OBS User autobuild 8b3a3dc1bb Accepting request 40913 from Base:System
Copy from Base:System/openssl based on submit request 40913 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/40913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=36
2010-06-02 16:07:27 +00:00

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";
}