diff -r 0949a87e1629 -r 72253e8a1155 scripts/build/libc_eglibc.sh --- a/scripts/build/libc_eglibc.sh Tue Aug 26 16:47:47 2008 +0000 +++ b/scripts/build/libc_eglibc.sh Tue Aug 26 21:30:22 2008 +0000 @@ -277,7 +277,7 @@ none) ;; *) addons_list="${addons_list}${sep}${CT_THREADS}";; esac - [ "${CT_LIBC_EGLIBC_USE_PORTS}" = "y" ] && addons_list="${addons_list}${sep}ports" + [ "${CT_LIBC_GLIBC_USE_PORTS}" = "y" ] && addons_list="${addons_list}${sep}ports" addons_list="${addons_list%%${sep}}" echo "${addons_list##${sep}}" }