From 477baecf46f8025e303f97c6508608610961d5c6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 26 Aug 2008 21:30:22 +0000 Subject: Missed one variable when converting to common options for eglibc and glibc (thanks Nate Case). /trunk/scripts/build/libc_eglibc.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/libc_eglibc.sh b/scripts/build/libc_eglibc.sh index c291148..e713cb4 100644 --- a/scripts/build/libc_eglibc.sh +++ b/scripts/build/libc_eglibc.sh @@ -277,7 +277,7 @@ do_libc_add_ons_list() { 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}}" } -- cgit v0.10.2-6-g49f6