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/bearssl/Makefile | |
| parent | 366f85bcf4ee29b1e410ef3c53fbe140c71f1293 (diff) | |
| download | lh-bootstrap-74686ff5738ed0443ab68bd1490910c8576a9c17.tar.gz | |
fix bearssl, update musl, add socklog
Diffstat (limited to 'sub/bearssl/Makefile')
| -rw-r--r-- | sub/bearssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/bearssl/Makefile b/sub/bearssl/Makefile index c5029ec..9daa1fd 100644 --- a/sub/bearssl/Makefile +++ b/sub/bearssl/Makefile @@ -17,7 +17,7 @@ $(OUTPUT)/build-host/.lh_$(BEARSSL_NAME)_copied: $(OUTPUT)/sources/.lh_$(BEARSSL exec setuidgid $(NORMALUSER) s6-touch $@ $(OUTPUT)/build-host/.lh_$(BEARSSL_NAME)_built: $(OUTPUT)/build-host/.lh_$(BEARSSL_NAME)_copied $(OUTPUT)/build-host/bin/muslgcc | $(OUTPUT)/build-build/.lh_skarnet_installed - exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-host/$(BEARSSL_NAME)-$(BEARSSL_VERSION) $(MAKE) CC=$(TRIPLE)-muslgcc LD=$(TRIPLE)-muslgcc LDDLL=$(TRIPLE)-muslgcc + exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-host/$(BEARSSL_NAME)-$(BEARSSL_VERSION) $(MAKE) lib dll tools CC=$(TRIPLE)-muslgcc LD=$(TRIPLE)-muslgcc LDDLL=$(TRIPLE)-muslgcc exec setuidgid $(NORMALUSER) s6-touch $@ $(OUTPUT)/build-host/.lh_$(BEARSSL_NAME)_installed: $(OUTPUT)/build-host/.lh_$(BEARSSL_NAME)_built $(OUTPUT)/build-host/bin/muslgcc | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed |
