Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
55f0db57ac
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      package/base/dietlibc/parse-config-9

+ 5
- 2
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"

Loading…
Cancel
Save