]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
glibc: Enable all add-ons.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Sep 2011 00:14:27 +0000 (02:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Sep 2011 00:14:27 +0000 (02:14 +0200)
lfs/glibc

index be3738206ec5c790534a7b4085c04a0604047617..5950b1c4e59f980d44c7fd3918fe0b917a7af63f 100644 (file)
--- a/lfs/glibc
+++ b/lfs/glibc
@@ -40,14 +40,14 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 ifeq "$(ROOT)" ""
   TARGET = $(DIR_INFO)/$(THISAPP)
   EXTRA_CONFIG = --prefix=/usr \
-    --disable-profile \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc
   EXTRA_MAKE =
   EXTRA_INSTALL =
 else
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
   EXTRA_CONFIG = --prefix=/tools \
-    --disable-profile \
+    --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/tools/bin \
     --without-gd --with-headers=/tools/include \
     --without-selinux
@@ -60,10 +60,7 @@ ifeq "$(MACHINE_TYPE)" "arm"
        EXTRA_CONFIG += \
                --build=arm \
                --host=$(BUILDTARGET) \
-               --without-fp \
-               --enable-add-ons=nptl,ports
-else
-       EXTRA_CONFIG += --enable-add-ons
+               --without-fp
 endif
 
 ###############################################################################