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" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2014-01-06 20:05:14 +01:00
parent 2071cfb13e
commit 20d851ad9f

View File

@ -32,9 +32,9 @@ do_libc_get() {
nptl) continue;; nptl) continue;;
esac esac
case "${CT_LIBC_GLIBC_PORTS_EXTERNAL}" in case "${addon}:${CT_LIBC_GLIBC_PORTS_EXTERNAL}" in
y) ;; ports:y) ;;
*) continue;; ports:*) continue;;
esac esac
if ! CT_GetFile "glibc-${addon}-${CT_LIBC_VERSION}" \ if ! CT_GetFile "glibc-${addon}-${CT_LIBC_VERSION}" \