aboutsummaryrefslogtreecommitdiffstats
path: root/sub
diff options
context:
space:
mode:
Diffstat (limited to 'sub')
-rw-r--r--sub/busybox/Makefile4
-rw-r--r--sub/busybox/host-full-config2
2 files changed, 3 insertions, 3 deletions
diff --git a/sub/busybox/Makefile b/sub/busybox/Makefile
index dbc2cd9..422c90a 100644
--- a/sub/busybox/Makefile
+++ b/sub/busybox/Makefile
@@ -1,5 +1,5 @@
-# Version from 2021-02-13
-BUSYBOX_VERSION := d40358a1c52079e238c48bf40bff504e55a9f758
+# Version from 2021-02-27
+BUSYBOX_VERSION := 9b6bcfda0e11c0e73a966a77110f6c68425cff34
clean-busybox:
rm -f $(OUTPUT)/sources/.lh_bb_cloned
diff --git a/sub/busybox/host-full-config b/sub/busybox/host-full-config
index 8b5545b..8fdd998 100644
--- a/sub/busybox/host-full-config
+++ b/sub/busybox/host-full-config
@@ -51,7 +51,7 @@ CONFIG_CROSS_COMPILER_PREFIX=""
CONFIG_SYSROOT=""
CONFIG_EXTRA_CFLAGS="-I$(OUTPUT)/rootfs/package/admin/utmps/include"
CONFIG_EXTRA_LDFLAGS="-L$(OUTPUT)/rootfs/package/admin/utmps/library -L$(OUTPUT)/rootfs/package/prog/skalibs/library"
-CONFIG_EXTRA_LDLIBS="-lutmps -lskarnet"
+CONFIG_EXTRA_LDLIBS="utmps skarnet"
# CONFIG_USE_PORTABLE_CODE is not set
CONFIG_STACK_OPTIMIZATION_386=y
CONFIG_STATIC_LIBGCC=y