added -lbsd to the unwanted mico lib list since it doesn't seem to

be needed and it messes up with redhat's glibc (from 5.0)
-George
This commit is contained in:
George Lebl 1998-06-11 04:34:00 +00:00
parent 84e5d94e5c
commit dfd642a5da

View file

@ -84,7 +84,7 @@ for flag in `grep ^eval < $mico_prefix/bin/mico-ld | sed s%\"%%` ; do
-L*)
MICO_LIBS="$flag $MICO_LIBS"
;;
-lm|-ldl|-ldld)
-lm|-ldl|-ldld|-lbsd)
;;
-l*)
MICO_LIBS="$MICO_LIBS $flag"