diff --git a/SPECS/glibc.spec b/SPECS/glibc.spec index e3c3634..5e9fe6c 100644 --- a/SPECS/glibc.spec +++ b/SPECS/glibc.spec @@ -258,6 +258,11 @@ Patch0068: glibc-rh1349982.patch # These changes were brought forward from RHEL 6 for compatibility Patch0069: glibc-rh1448107.patch + +# Armhfp build issue +Patch9998: glibc-armhfp-ELF_MACHINE_NO_REL-undefined.patch +Patch9999: glibc-rh1256317-armhfp-build-issue.patch + ############################################################################## # # Patches from upstream @@ -2840,6 +2845,11 @@ package or when debugging this package. %patch2761 -p1 %patch2762 -p1 +%ifarch %{arm} +%patch9998 -p1 +%patch9999 -p1 +%endif + ############################################################################## # %%prep - Additional prep required... ##############################################################################