projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae4c9b
)
packaging: add --disable-experimental-malloc
author
Dongkyun Son
<dongkyun.s@samsung.com>
Wed, 12 Sep 2018 08:42:17 +0000
(17:42 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Tue, 5 Mar 2024 08:53:02 +0000
(17:53 +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
patch
|
blob
|
history
diff --git
a/packaging/glibc.spec
b/packaging/glibc.spec
index
e820f90
..
956cb8c
100644
(file)
--- 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"