diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-04 20:07:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-04 20:07:27 +0000 |
commit | 74686ff5738ed0443ab68bd1490910c8576a9c17 (patch) | |
tree | ab914fcd55ec8519c0379390a858cca4db8d7041 /sub/socklog/patch.sed | |
parent | 366f85bcf4ee29b1e410ef3c53fbe140c71f1293 (diff) | |
download | lh-bootstrap-74686ff5738ed0443ab68bd1490910c8576a9c17.tar.xz |
fix bearssl, update musl, add socklog
Diffstat (limited to 'sub/socklog/patch.sed')
-rw-r--r-- | sub/socklog/patch.sed | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sub/socklog/patch.sed b/sub/socklog/patch.sed new file mode 100644 index 0000000..0540d27 --- /dev/null +++ b/sub/socklog/patch.sed @@ -0,0 +1,5 @@ +s/choose compile load tryshsgr\.c hasshsgr\.h1 hasshsgr\.h2 chkshsgr /choose compile load tryshsgr.c hasshsgr.h1 hasshsgr.h2 / +s/ar cr /$(TRIPLE)-ar cr / +s/ranlib /$(TRIPLE)-ranlib / +s%\./chkshsgr ||%true ||% +s%\./choose clr tryshsgr hasshsgr\.h1 hasshsgr\.h2 > hasshsgr\.h%cat hasshsgr.h1 > hasshsgr.h% |