diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-05 17:38:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-05 17:38:03 +0000 |
commit | 6fc0d369419df54a0712d3074d115b58d20935e0 (patch) | |
tree | ad7c2439928e9028084dcea192574952a52454ca /sub/dropbear/Makefile | |
parent | 177b4368eabf50e720f39811a35d5a699dbf7dd4 (diff) | |
download | lh-bootstrap-6fc0d369419df54a0712d3074d115b58d20935e0.tar.xz |
Small incremental build fixes (52)
Diffstat (limited to 'sub/dropbear/Makefile')
-rw-r--r-- | sub/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/dropbear/Makefile b/sub/dropbear/Makefile index 823cb28..a004743 100644 --- a/sub/dropbear/Makefile +++ b/sub/dropbear/Makefile @@ -23,7 +23,7 @@ $(OUTPUT)/build-host/.lh_dropbear_patched: $(OUTPUT)/build-host/.lh_dropbear_cop exec setuidgid $(NORMALUSER) s6-touch $@ $(OUTPUT)/build-host/.lh_dropbear_configured: $(OUTPUT)/build-host/.lh_dropbear_patched | $(OUTPUT)/build-build/.lh_skarnet_installed - exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-host/dropbear-$(DROPBEAR_VERSION) export ARCH $(KERNEL_ARCH) export CC "$(BUILD_HOST_CC)" export LDFLAGS "-s $(DROPBEAR_MAKE_STATIC)" ./configure --host=$(TRIPLE) --prefix=/opt/dropbear-$(DROPBEAR_VERSION) --disable-syslog --disable-lastlog --disable-utmp --disable-utmpx --disable-wtmp --disable-wtmpx --disable-pututline --disable-pututxline --without-pam --enable-bundled-libtom --disable-zlib $(DROPBEAR_CONF_STATIC) + exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-host/dropbear-$(DROPBEAR_VERSION) export ARCH $(KERNEL_ARCH) export CC "$(BUILD_HOST_CC)" export LDFLAGS "-s $(DROPBEAR_MAKE_STATIC)" ./configure --host=$(TRIPLE) --prefix=/opt/dropbear-$(DROPBEAR_VERSION) --disable-syslog --disable-lastlog --disable-utmp --disable-utmpx --disable-wtmp --disable-wtmpx --disable-pututline --disable-pututxline --without-pam --enable-bundled-libtom --disable-zlib --disable-harden $(DROPBEAR_CONF_STATIC) exec setuidgid $(NORMALUSER) s6-touch $@ $(OUTPUT)/build-host/.lh_dropbear_built: $(OUTPUT)/build-host/.lh_dropbear_configured | $(OUTPUT)/build-build/.lh_skarnet_installed |