From 5f8dac68690e92f0be220f8f8d9f797a2aedc806 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Thu, 1 Mar 2018 11:18:33 +0000 Subject: Remove fake signal-handling code Microsoft Windows has only limited support for signals. busybox-w32 initially papered over this fact by adding definitions for unsupported signals and signal-handling functions. Remove this fake code and deal with the consequences by excluding anything that fails to compile as a result. --- libbb/Kbuild.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index c0cc2baf5..4b838ab7a 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src @@ -12,7 +12,6 @@ INSERT lib-y += appletlib.o lib-y += ask_confirmation.o -lib-y += bb_askpass.o lib-y += bb_bswap_64.o lib-y += bb_do_delay.o lib-y += bb_pwd.o @@ -105,6 +104,7 @@ lib-y += xgetcwd.o lib-y += xreadlink.o lib-y += xrealloc_vector.o +lib-$(CONFIG_PLATFORM_POSIX) += bb_askpass.o lib-$(CONFIG_PLATFORM_POSIX) += get_console.o lib-$(CONFIG_PLATFORM_POSIX) += getpty.o lib-$(CONFIG_PLATFORM_POSIX) += inet_common.o -- cgit v1.2.3-55-g6feb