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"