e9ab340bae
add lrzsz-0.12.20-fix-lsz-getopt.patch: fix for boo#1076576 OBS-URL: https://build.opensuse.org/request/show/567975 OBS-URL: https://build.opensuse.org/package/show/Base:System/rzsz?expand=0&rev=22
12 lines
352 B
Diff
12 lines
352 B
Diff
--- lrzsz-0.12.20.orig/src/lsz.c
|
|
+++ lrzsz-0.12.20/src/lsz.c
|
|
@@ -349,7 +349,7 @@ main(int argc, char **argv)
|
|
Rxtimeout = 600;
|
|
|
|
while ((c = getopt_long (argc, argv,
|
|
- "2+48abB:C:c:dfeEghHi:kL:l:m:M:NnOopRrqsSt:TUuvw:XYy",
|
|
+ "2+48abB:C:c:dfeEghHi:kL:l:m:M:NnOopRrqs:St:TUuvw:XYy",
|
|
long_options, (int *) 0))!=EOF)
|
|
{
|
|
unsigned long int tmp;
|