summaryrefslogtreecommitdiff
path: root/sub/busybox/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-02-13 02:13:37 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-02-13 02:13:37 +0000
commita904c72e7595c4981317b1df34250325f268783a (patch)
treeadfbe6fbb6f3236f9149b1985f7132d09231638f /sub/busybox/Makefile
parent97eb55a5db82725d922ed6c14fccd31c78b7384d (diff)
downloadlh-bootstrap-a904c72e7595c4981317b1df34250325f268783a.tar.xz
dropbear worked, but not busybox, trying another approach
Diffstat (limited to 'sub/busybox/Makefile')
-rw-r--r--sub/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/busybox/Makefile b/sub/busybox/Makefile
index e79850f..dbc2cd9 100644
--- a/sub/busybox/Makefile
+++ b/sub/busybox/Makefile
@@ -32,7 +32,7 @@ else
endif
$(OUTPUT)/build-host/.lh_bb_built: $(OUTPUT)/build-host/busybox-$(BUSYBOX_VERSION)/.config $(OUTPUT)/build-host/.lh_utmps_installed $(OUTPUT)/build-host/.lh_skalibs_installed | $(OUTPUT)/build-build/.lh_skarnet_installed
- exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-host/busybox-$(BUSYBOX_VERSION) $(MAKE) -j1 busybox install CROSS_COMPILE=$(TRIPLE)- CC="$(BUILD_HOST_CC)" HOSTCC="$(BUILD_BUILD_CC)" CFLAGS="-O2 -I$(OUTPUT)/rootfs/package/admin/utmps/include" LDFLAGS="-L$(OUTPUT)/rootfs/package/admin/utmps/library -L$(OUTPUT)/rootfs/package/prog/skalibs/library" LDLIBS="-lutmps -lskarnet"
+ exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-host/busybox-$(BUSYBOX_VERSION) $(MAKE) -j1 busybox install CROSS_COMPILE=$(TRIPLE)- CC="$(BUILD_HOST_CC)" HOSTCC="$(BUILD_BUILD_CC)"
exec setuidgid $(NORMALUSER) s6-touch $@
$(OUTPUT)/build-host/.lh_bb_installed: $(OUTPUT)/build-host/.lh_bb_built $(OUTPUT)/tmp/.lh_layout_installed | $(OUTPUT)/build-build/.lh_skarnet_installed