Skip to content

Commit

Permalink
[glibc] Change pthread configure params, contributes to JB#36174
Browse files Browse the repository at this point in the history
  • Loading branch information
xfade authored and mkosola committed Feb 18, 2019
1 parent 84d67eb commit 79bc5a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 3 additions & 2 deletions glibc.changes
@@ -1,5 +1,6 @@
* Mon Jan 21 2019 Marko Kenttälä <marko.kenttala@jolla.com> - 2.25-git3
- Added gnu target, contributes to jb#36174
* Mon Feb 18 2019 Niels Breet <niels.breet@jolla.com> - 2.25+git2
- Change pthread configure params, contributes to JB#36174
- Added gnu target

* Mon Nov 12 2018 Marko Kenttälä <marko.kenttala@jolla.com> - 2.25+git1
- Upgrade to glibc-2.25, fixes jb#36174
Expand Down
8 changes: 3 additions & 5 deletions 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
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 79bc5a4

Please sign in to comment.