SHA256
3
0
forked from pool/openssl
openssl/openssl-allow-arch.diff

18 lines
485 B
Diff
Raw Normal View History

---
Configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: openssl-0.9.8k/Configure
===================================================================
--- openssl-0.9.8k.orig/Configure
+++ openssl-0.9.8k/Configure
@@ -857,7 +857,7 @@ PROCESS_ARGS:
}
else
{
- die "target already defined - $target (offending arg: $_)\n" if ($target ne "");
+ warn "target already defined - $target (offending arg: $_)\n" if ($target ne "");
$target=$_;
}