From 55f0db57acb0a71c8b7f42d6b69f8639949bd4bb Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sat, 23 Aug 2003 01:15:26 +0000 Subject: [PATCH] tiny status message change - btw. do the helper applications of linux* really do not link using the dietlibc? Should the linux* message also be addapted? git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1153 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/dietlibc/parse-config-9 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/base/dietlibc/parse-config-9 b/package/base/dietlibc/parse-config-9 index b101edaa8..00669c6e1 100644 --- a/package/base/dietlibc/parse-config-9 +++ b/package/base/dietlibc/parse-config-9 @@ -67,10 +67,13 @@ if [ "$pkg_dietlibc_useit" = 1 ]; then var_append CC_WRAPPER_INSERT " " "-nostdinc" case "$pkg" in - dietlibc|linux*) - echo_status "This package is currently blacklisted and not build using dietlibc!" + dietlibc) + echo_status "This package does not utilize a C library ..." ;; + linux*) + echo_status "This package is currently blacklisted and not build using dietlibc!" + util-linux|e2fsprogs|net-tools) # the packets that have BSD problems and/or GNU problems echo_status "Setting dietlibc special GNU/BSD settings!" var_append CC_WRAPPER_INSERT " " "-D_BSD_SOURCE"