Browse code

glibc: compile out tcache

Change-Id: Iefe36e9c6f174aa989fd70c87d1456c5eb5a8905
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4006
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Alexey Makhalov authored on 2017/10/11 05:35:05
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@
4 4
 Summary:	Main C library
5 5
 Name:		glibc
6 6
 Version:	2.26
7
-Release:	4%{?dist}
7
+Release:	5%{?dist}
8 8
 License:	LGPLv2+
9 9
 URL:		http://www.gnu.org/software/libc
10 10
 Group:		Applications/System
... ...
@@ -112,6 +112,7 @@ cd %{_builddir}/%{name}-build
112 112
 	--enable-obsolete-rpc \
113 113
 	--enable-obsolete-nsl \
114 114
 	--enable-bind-now \
115
+	--disable-experimental-malloc \
115 116
 	--disable-silent-rules
116 117
 
117 118
 # Sometimes we have false "out of memory" make error
... ...
@@ -277,6 +278,8 @@ grep "^FAIL: nptl/tst-eintr1" tests.sum >/dev/null && n=$((n+1)) ||:
277 277
 
278 278
 
279 279
 %changelog
280
+*   Tue Oct 10 2017 Alexey Makhalov <amakhalov@vmware.com> 2.26-5
281
+-   Compile out tcache.
280 282
 *   Fri Sep 15 2017 Bo Gan <ganb@vmware.com> 2.26-4
281 283
 -   exclude tst-eintr1 per official wiki recommendation.
282 284
 *   Tue Sep 12 2017 Alexey Makhalov <amakhalov@vmware.com> 2.26-3