scripts/build/libc/glibc.sh
changeset 3275 eacd3115e674
parent 3251 ec603d1371b9
     1.1 --- a/scripts/build/libc/glibc.sh	Sat Nov 16 16:16:51 2013 +0100
     1.2 +++ b/scripts/build/libc/glibc.sh	Mon Jan 06 20:05:14 2014 +0100
     1.3 @@ -32,9 +32,9 @@
     1.4              nptl)   continue;;
     1.5          esac
     1.6  
     1.7 -        case "${CT_LIBC_GLIBC_PORTS_EXTERNAL}" in
     1.8 -            y)   ;;
     1.9 -            *)   continue;;
    1.10 +        case "${addon}:${CT_LIBC_GLIBC_PORTS_EXTERNAL}" in
    1.11 +            ports:y)    ;;
    1.12 +            ports:*)    continue;;
    1.13          esac
    1.14  
    1.15          if ! CT_GetFile "glibc-${addon}-${CT_LIBC_VERSION}"     \