[git commit master 1/1] FreeBSD compat for match_fstype

Denys Vlasenko vda.linux at googlemail.com
Mon Jan 24 16:10:02 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=6b1ce455986ae547b9a0e1e238b90ba2a928599b
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Chris Rees <utisoft at gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 libbb/Kbuild.src |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 0fa1451..a22e708 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -59,7 +59,6 @@ lib-y += llist.o
 lib-y += login.o
 lib-y += make_directory.o
 lib-y += makedev.o
-lib-y += match_fstype.o
 lib-y += hash_md5_sha.o
 # Alternative (disabled) MD5 implementation
 #lib-y += hash_md5prime.o
@@ -120,6 +119,8 @@ lib-y += xgethostbyname.o
 lib-y += xreadlink.o
 lib-y += xrealloc_vector.o
 
+lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o
+
 lib-$(CONFIG_FEATURE_UTMP) += utmp.o
 
 # A mix of optimizations (why build stuff we know won't be used)
-- 
1.7.3.4



More information about the busybox-cvs mailing list