Enable aarch64 support (bz 925218).

This commit is contained in:
Jerry James 2013-03-25 13:47:17 -06:00
parent b97781ee97
commit 48cbf1159f
2 changed files with 1268 additions and 1 deletions

1261
check-aarch64.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,12 @@
Name: check
Version: 0.9.9
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A unit test framework for C
Source0: http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz
# Fix some formatted printing bugs. Sent upstream 22 Oct. 2012.
Patch0: %{name}-format.patch
# Enable aarch64 support.
Patch1: %{name}-aarch64.patch
Group: Development/Tools
License: LGPLv2+
URL: http://check.sourceforge.net/
@ -40,6 +42,7 @@ Static libraries of check.
%prep
%setup -q
%patch0
%patch1
# Fix detection of localtime_r declaration
sed -i "/localtime_r/s/ac_includes_default/&\n#include <time.h>/" configure
@ -96,6 +99,9 @@ fi
%{_libdir}/libcheck.a
%changelog
* Mon Mar 25 2013 Jerry James <loganjerry@gmail.com> - 0.9.9-3
- Enable aarch64 support (bz 925218)
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild