--- glibc.spec.orig 2017-08-08 13:36:35.710071924 +0000 +++ glibc.spec 2017-08-02 19:54:51.760803985 +0000 @@ -259,6 +259,10 @@ # CVE-2015-7547 Patch0067: glibc-rh1296031.patch +# Armhfp build issue +Patch0068: glibc-rh1256317-armhfp-build-issue.patch + + ############################################################################## # # Patches from upstream @@ -1562,6 +1566,7 @@ %patch0035 -p1 %patch0036 -p1 %patch0037 -p1 +%patch0068 -p1 %patch1000 -p1 %patch0038 -p1 %patch1052 -p1 @@ -3282,6 +3287,9 @@ %endif %changelog +* Wed Aug 2 2017 Fabian Arrotin - 2.17-196 +- Added patch for armhfp build issue (from Jaco Ligthart) + * Fri Jun 16 2017 Florian Weimer - 2.17-196 - Avoid large allocas in the dynamic linker (#1452721)