From e76af3d9a14b1d37aa82ca7931dfb87fb9b03a40 Mon Sep 17 00:00:00 2001 From: "Dongkyun, Son" Date: Wed, 31 Aug 2016 13:04:39 +0900 Subject: [PATCH] packaging: disabled libmvec library. Libmvec is vector math library added in Glibc 2.22. Signed-off-by: Dongkyun, Son --- packaging/linaro-glibc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linaro-glibc.spec b/packaging/linaro-glibc.spec index 6f2311e..3cc8b60 100755 --- a/packaging/linaro-glibc.spec +++ b/packaging/linaro-glibc.spec @@ -125,7 +125,6 @@ Summary: Locale Data for Localized Programs License: GPL-2.0+ and MIT and LGPL-2.1+ Requires(post): /usr/bin/cat Requires: glibc = %{version} - %description locale Locale data for the internationalisation features of the GNU C library. @@ -280,6 +279,7 @@ configure_and_build_glibc() { --build=%{target} --host=%{target} \ %ifarch %{ix86} x86_64 --enable-multi-arch \ + --disable-mathvec \ %endif --enable-kernel=%{enablekernel} \ --enable-bind-now --enable-obsolete-rpc \ -- 2.7.4