openssl/openssl-allow-arch.diff
OBS User autobuild 823face082 Accepting request 32358 from Base:System
Copy from Base:System/openssl based on submit request 32358 from user coolo

OBS-URL: https://build.opensuse.org/request/show/32358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=30
2010-02-18 15:49:00 +00:00

18 lines
485 B
Diff

---
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=$_;
}