823face082
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
18 lines
485 B
Diff
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=$_;
|
|
}
|
|
|