From 026c97af4b973075a45fb08d221d4f370acb3810 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Wed, 12 Sep 2018 17:42:17 +0900 Subject: [PATCH] packaging: add --disable-experimental-malloc Switch off USE_TCACHE to keep the idle memory usage. Change-Id: I97a31e904bdcb6600975a04333478cac899ab668 Signed-off-by: Dongkyun Son --- packaging/glibc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/glibc.spec b/packaging/glibc.spec index e820f90..956cb8c 100644 --- a/packaging/glibc.spec +++ b/packaging/glibc.spec @@ -316,6 +316,7 @@ configure_and_build_glibc() { --enable-kernel=%{enablekernel} \ --enable-bind-now --enable-obsolete-rpc \ --disable-nscd \ + --disable-experimental-malloc \ libc_cv_pie_default=yes # explicitly set CFLAGS to use the full CFLAGS (not the reduced one for configure) make %{?_smp_mflags} #CFLAGS="$cflags" BUILD_CFLAGS="$cflags" -- 2.7.4