aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
authorDaniel Klessing <daniel.klessing@de.fujitsu.com>2011-11-09 15:55:18 +0100
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-11-21 11:24:44 +0700
commit66106e7c9cb9f2c5ebf1b98c49c9f71acf702d71 (patch)
tree42e5371fda6e0b8bab63fb4e4164b7a5ec2f9e55 /libbb/Kbuild.src
parent681755bcf5506109375e6fb9fc777461a704cf36 (diff)
downloadbusybox-w32-66106e7c9cb9f2c5ebf1b98c49c9f71acf702d71.tar.gz
busybox-w32-66106e7c9cb9f2c5ebf1b98c49c9f71acf702d71.tar.bz2
busybox-w32-66106e7c9cb9f2c5ebf1b98c49c9f71acf702d71.zip
Include safe_gethostname()
Fixed compilation under mingw32 by making safe_gethostname.c globally available, as the compiler couldn't find safe_gethostname()
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r--libbb/Kbuild.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index b88fa8fe7..f815c6dbc 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -78,6 +78,7 @@ lib-y += read_printf.o
78lib-y += recursive_action.o 78lib-y += recursive_action.o
79lib-y += remove_file.o 79lib-y += remove_file.o
80lib-y += run_shell.o 80lib-y += run_shell.o
81lib-y += safe_gethostname.o
81lib-y += safe_poll.o 82lib-y += safe_poll.o
82lib-y += safe_strncpy.o 83lib-y += safe_strncpy.o
83lib-y += safe_write.o 84lib-y += safe_write.o
@@ -116,7 +117,6 @@ lib-$(CONFIG_PLATFORM_POSIX) += login.o
116lib-$(CONFIG_PLATFORM_POSIX) += makedev.o 117lib-$(CONFIG_PLATFORM_POSIX) += makedev.o
117lib-$(CONFIG_PLATFORM_POSIX) += match_fstype.o 118lib-$(CONFIG_PLATFORM_POSIX) += match_fstype.o
118lib-$(CONFIG_PLATFORM_POSIX) += read_key.o 119lib-$(CONFIG_PLATFORM_POSIX) += read_key.o
119lib-$(CONFIG_PLATFORM_POSIX) += safe_gethostname.o
120lib-$(CONFIG_PLATFORM_POSIX) += signals.o 120lib-$(CONFIG_PLATFORM_POSIX) += signals.o
121lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o 121lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o
122lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o 122lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o