• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Revision46ebd9e3bb623d3c15ef2203038956f3f7213620 (tree)
Zeit2013-02-12 00:21:21
AutorDr. Stephen Henson <steve@open...>
CommiterDr. Stephen Henson

Log Message

use 10240 for record size

Workaround for non-compliant tar files sometimes created by "make dist".

Ändern Zusammenfassung

Diff

--- a/Makefile.org
+++ b/Makefile.org
@@ -69,7 +69,7 @@ RANLIB= ranlib
6969 NM= nm
7070 PERL= perl
7171 TAR= tar
72-TARFLAGS= --no-recursion
72+TARFLAGS= --no-recursion --record-size=10240
7373 MAKEDEPPROG=makedepend
7474 LIBDIR=lib
7575