summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index 16a8b67..9d55312 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -54,16 +54,12 @@ GLIBC_MAKEVARS := AUTOCONF=no
#
# autoconf
#
-GLIBC_ADDONS := libidn
-GLIBC_ADDONS += $(call remove_quotes, $(PTXCONF_GLIBC_EXTRA_ADDONS))
-
GLIBC_AUTOCONF_COMMON := \
--prefix=/usr \
--host=$(PTXCONF_GNU_TARGET) \
--target=$(PTXCONF_GNU_TARGET) \
\
--with-headers=$(SYSROOT)/usr/include \
- --enable-add-ons=$(subst $(space),$(comma),$(GLIBC_ADDONS)) \
\
--disable-build-nscd \
--disable-nscd \