# HG changeset patch # User "Yann E. MORIN" # Date 1389035114 -3600 # Node ID eacd3115e674fd232e429d6c3772682c4740906c # Parent baa61856643b68f6c3643a5f46d33723a78d2555 libc/glibc: fix downloading addons Do to glibc what we did to eglibc in #dff359adf15c. Only (very) old versions of glibc have other external addons, and they are no longer meaningful. But for consistency, do the change nonetheless. Signed-off-by: "Yann E. MORIN" diff -r baa61856643b -r eacd3115e674 scripts/build/libc/glibc.sh --- a/scripts/build/libc/glibc.sh Sun Jan 05 19:25:54 2014 +0100 +++ b/scripts/build/libc/glibc.sh Mon Jan 06 20:05:14 2014 +0100 @@ -32,9 +32,9 @@ nptl) continue;; esac - case "${CT_LIBC_GLIBC_PORTS_EXTERNAL}" in - y) ;; - *) continue;; + case "${addon}:${CT_LIBC_GLIBC_PORTS_EXTERNAL}" in + ports:y) ;; + ports:*) continue;; esac if ! CT_GetFile "glibc-${addon}-${CT_LIBC_VERSION}" \