scripts/build/libc_eglibc.sh
changeset 809 72253e8a1155
parent 808 0949a87e1629
child 810 5d357e239b62
     1.1 --- a/scripts/build/libc_eglibc.sh	Tue Aug 26 16:47:47 2008 +0000
     1.2 +++ b/scripts/build/libc_eglibc.sh	Tue Aug 26 21:30:22 2008 +0000
     1.3 @@ -277,7 +277,7 @@
     1.4          none)   ;;
     1.5          *)      addons_list="${addons_list}${sep}${CT_THREADS}";;
     1.6      esac
     1.7 -    [ "${CT_LIBC_EGLIBC_USE_PORTS}" = "y" ] && addons_list="${addons_list}${sep}ports"
     1.8 +    [ "${CT_LIBC_GLIBC_USE_PORTS}" = "y" ] && addons_list="${addons_list}${sep}ports"
     1.9      addons_list="${addons_list%%${sep}}"
    1.10      echo "${addons_list##${sep}}"
    1.11  }