use 10240 for record size
Workaround for non-compliant tar files sometimes created by "make dist".
This commit is contained in:
parent
f66db68e1f
commit
46ebd9e3bb
@ -69,7 +69,7 @@ RANLIB= ranlib
|
||||
NM= nm
|
||||
PERL= perl
|
||||
TAR= tar
|
||||
TARFLAGS= --no-recursion
|
||||
TARFLAGS= --no-recursion --record-size=10240
|
||||
MAKEDEPPROG=makedepend
|
||||
LIBDIR=lib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user