Skip to content

Commit

Permalink
use 10240 for record size
Browse files Browse the repository at this point in the history
Workaround for non-compliant tar files sometimes created by "make dist".
  • Loading branch information
snhenson committed Feb 11, 2013
1 parent f66db68 commit 46ebd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 46ebd9e

Please sign in to comment.