Enable aarch64 support (bz 925218).
This commit is contained in:
parent
b97781ee97
commit
48cbf1159f
1261
check-aarch64.patch
Normal file
1261
check-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user