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:
parent
84e5d94e5c
commit
dfd642a5da
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue