From 79bc5a41e8bf4f3424c0a16d504cf677ebf28796 Mon Sep 17 00:00:00 2001 From: Niels Breet Date: Mon, 18 Feb 2019 12:13:58 +0200 Subject: [PATCH] [glibc] Change pthread configure params, contributes to JB#36174 --- glibc.changes | 5 +++-- glibc.spec | 8 +++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/glibc.changes b/glibc.changes index 784aecd..e0e9c15 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,5 +1,6 @@ -* Mon Jan 21 2019 Marko Kenttälä - 2.25-git3 -- Added gnu target, contributes to jb#36174 +* Mon Feb 18 2019 Niels Breet - 2.25+git2 +- Change pthread configure params, contributes to JB#36174 +- Added gnu target * Mon Nov 12 2018 Marko Kenttälä - 2.25+git1 - Upgrade to glibc-2.25, fixes jb#36174 diff --git a/glibc.spec b/glibc.spec index 19723e0..4e2b4f1 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,7 +1,7 @@ Name: glibc Summary: GNU C library shared libraries -Version: 2.25+git3 +Version: 2.25+git2 Release: 0 License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ Group: System/Libraries @@ -235,8 +235,8 @@ export MAKEINFO=: ../glibc-2.25/configure CC="$GCC" CXX="$GXX" CFLAGS="$build_CFLAGS" \ --prefix=%{_prefix} \ - --enable-pt_chown "--enable-add-ons=libidn" --without-cvs $EnableKernel \ - --enable-bind-now --with-tls --with-__thread \ + "--enable-add-ons=libidn" --without-cvs $EnableKernel \ + --enable-bind-now --with-tls \ --with-headers=%{_prefix}/include \ %ifarch %{multiarcharches} --enable-multi-arch \ @@ -381,7 +381,6 @@ grep '%{_prefix}/share' < rpm.filelist | \ sed -i -e '\|%{_prefix}/bin|d' \ -e '\|%{_prefix}/lib/locale|d' \ - -e '\|%{_prefix}/libexec/pt_chown|d' \ -e '\|%{_prefix}/sbin/[^gi]|d' \ -e '\|%{_prefix}/share|d' rpm.filelist @@ -534,7 +533,6 @@ fi %dir %{_prefix}/lib/locale %dir %attr(755,root,root) /etc/default %verify(not md5 size mtime) %config(noreplace) /etc/default/nss -%attr(4711,root,root) %{_prefix}/libexec/pt_chown %doc documentation/* %files -f build-%{name}-%{version}/devel.filelist devel