summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/glibc.in4
-rw-r--r--rules/glibc.make4
2 files changed, 0 insertions, 8 deletions
diff --git a/rules/glibc.in b/rules/glibc.in
index f17209e..4d92949 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -94,8 +94,4 @@ config GLIBC_HEADERS_FAKE_CROSS
help
Add these args to fake a crosscompiler during glibc-header extraction stage.
-config GLIBC_EXTRA_ADDONS
- string
- prompt "extra addons"
-
endif
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 \