Accepting request 186731 from home:Andreas_Schwab:Factory
- libunwind-aarch64.patch: Add support for AArch64 from upstream OBS-URL: https://build.opensuse.org/request/show/186731 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
3d8bbd51da
commit
266227ed40
2613
libunwind-aarch64.patch
Normal file
2613
libunwind-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 10:46:30 UTC 2013 - schwab@suse.de
|
||||
|
||||
- libunwind-aarch64.patch: Add support for AArch64 from upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 26 08:19:34 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@@ -30,8 +30,10 @@ Source: libunwind-%{version}.tar.gz
|
||||
Patch0: libunwind-1.1-tests.diff
|
||||
#PATCH-FIX-UPSTREAM: upstream commit ae3dd9417a3d178cf51ce744d85b695dbf025b44
|
||||
Patch1: libunwind-1.1-expected-fails.patch
|
||||
# PATCH-FIX-UPSTREAM: upstream commit ac6c0a6
|
||||
Patch2: libunwind-aarch64.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 ia64 x86_64 %arm ppc ppc64
|
||||
ExclusiveArch: %ix86 ia64 x86_64 %arm ppc ppc64 aarch64
|
||||
|
||||
%description
|
||||
A portable and efficient C programming interface (API) to determine the
|
||||
@@ -63,6 +65,7 @@ Authors:
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
@@ -104,7 +107,7 @@ stat "%buildroot"/$(readlink -f "%buildroot/%_libdir/libunwind.so");
|
||||
%{_libdir}/pkgconfig/libunwind-ptrace.pc
|
||||
%{_libdir}/pkgconfig/libunwind-setjmp.pc
|
||||
%{_libdir}/pkgconfig/libunwind.pc
|
||||
%ifarch %arm %ix86 x86_64
|
||||
%ifarch %arm %ix86 x86_64 aarch64
|
||||
%{_libdir}/pkgconfig/libunwind-coredump.pc
|
||||
%endif
|
||||
%doc %{_mandir}/man?/*
|
||||
|
Reference in New Issue
Block a user