summaryrefslogtreecommitdiff
path: root/packaging/bug610223.patch
blob: ba4f062fcb49ab9a65e69f6f63751b810d4fd1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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";
		}