diff --git a/glibc.changes b/glibc.changes index 4ab6bf1..784aecd 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,6 @@ +* Mon Jan 21 2019 Marko Kenttälä - 2.25-git3 +- Added gnu target, contributes to jb#36174 + * Mon Nov 12 2018 Marko Kenttälä - 2.25+git1 - Upgrade to glibc-2.25, fixes jb#36174 @@ -217,11 +220,11 @@ - Update to 2.11.90 - Removed obseleted stuffs and removed Hardlink of locale-archive -* Fri Nov 11 2009 Arjan van de Ven - 2.10.90 +* Wed Nov 11 2009 Arjan van de Ven - 2.10.90 - add atom specific memcpy() functions - use -mtune=atom -* Thu Sep 16 2009 Austin Zhang - 2.10.90 +* Wed Sep 16 2009 Austin Zhang - 2.10.90 - Update to latest snapshot -335 * Sat Aug 22 2009 Anas Nashif - 2.10.90 diff --git a/glibc.spec b/glibc.spec index 9f77c94..19723e0 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,8 +1,8 @@ Name: glibc Summary: GNU C library shared libraries -Version: 2.25+git1 -Release: 1 +Version: 2.25+git3 +Release: 0 License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ Group: System/Libraries URL: http://www.gnu.org/software/libc/ @@ -60,6 +60,7 @@ BuildRequires: gcc >= 3.2 %define nptl_target_cpu %{_target_cpu} %endif %endif +%define target %{nptl_target_cpu}-meego-linux-gnu # Need AS_NEEDED directive # Need --hash-style=* support @@ -240,7 +241,9 @@ export MAKEINFO=: %ifarch %{multiarcharches} --enable-multi-arch \ %endif - --disable-profile --enable-obsolete-rpc + --disable-profile --enable-obsolete-rpc \ + --enable-stack-protector=strong \ + --build=%{target} make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS"