diff options
author | Ron Yorston <rmy@pobox.com> | 2019-01-06 13:17:09 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-01-06 13:26:19 +0000 |
commit | 1fec4ebbdb930f6b8989be2e10c0f673803ac830 (patch) | |
tree | b66e26698acde618b64b219c5709d59feaaea72b /libbb | |
parent | f192e653963344fdffa88d47bb16d40d6e63081f (diff) | |
download | busybox-w32-1fec4ebbdb930f6b8989be2e10c0f673803ac830.tar.gz busybox-w32-1fec4ebbdb930f6b8989be2e10c0f673803ac830.tar.bz2 busybox-w32-1fec4ebbdb930f6b8989be2e10c0f673803ac830.zip |
iconv: import from win-iconv
Source imported from https://github.com/win-iconv/win-iconv and
modified to build in busybox-w32.
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Kbuild.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 43ededbea..b298040ac 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -69,6 +69,7 @@ lib-y += securetty.o | |||
69 | lib-y += single_argv.o | 69 | lib-y += single_argv.o |
70 | lib-y += skip_whitespace.o | 70 | lib-y += skip_whitespace.o |
71 | lib-y += str_tolower.o | 71 | lib-y += str_tolower.o |
72 | lib-y += strrstr.o | ||
72 | lib-y += sysconf.o | 73 | lib-y += sysconf.o |
73 | lib-y += time.o | 74 | lib-y += time.o |
74 | lib-y += trim.o | 75 | lib-y += trim.o |
@@ -109,7 +110,6 @@ lib-$(CONFIG_PLATFORM_POSIX) += setup_environment.o | |||
109 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o | 110 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o |
110 | lib-$(CONFIG_PLATFORM_POSIX) += simplify_path.o | 111 | lib-$(CONFIG_PLATFORM_POSIX) += simplify_path.o |
111 | lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o | 112 | lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o |
112 | lib-$(CONFIG_PLATFORM_POSIX) += strrstr.o | ||
113 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o | 113 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o |
114 | lib-$(CONFIG_PLATFORM_POSIX) += warn_ignoring_args.o | 114 | lib-$(CONFIG_PLATFORM_POSIX) += warn_ignoring_args.o |
115 | lib-$(CONFIG_PLATFORM_POSIX) += write.o | 115 | lib-$(CONFIG_PLATFORM_POSIX) += write.o |