packaging: add --disable-experimental-malloc
authorDongkyun Son <dongkyun.s@samsung.com>
Wed, 12 Sep 2018 08:42:17 +0000 (17:42 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 3 May 2023 10:47:41 +0000 (19:47 +0900)
Switch off USE_TCACHE to keep the idle memory usage.

Change-Id: I97a31e904bdcb6600975a04333478cac899ab668
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/glibc.spec

index e820f90..956cb8c 100644 (file)
@@ -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"