- Enable minidebugs parsing with lzma
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=32
This commit is contained in:
parent
6e8decc5f1
commit
a8429d8e44
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 20 09:12:10 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Enable minidebugs parsing with lzma
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 17 11:10:54 UTC 2016 - tchvatal@suse.com
|
Tue May 17 11:10:54 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -29,10 +29,11 @@ Source1: http://download.savannah.gnu.org/releases/libunwind/libunwind-%{
|
|||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libatomic_ops-devel
|
BuildRequires: lzma-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(atomic_ops)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %ix86 ia64 x86_64 %arm ppc ppc64 ppc64le aarch64
|
ExclusiveArch: %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A portable and efficient C programming interface (API) to determine the
|
A portable and efficient C programming interface (API) to determine the
|
||||||
@ -51,7 +52,8 @@ call-chain of a program.
|
|||||||
%setup -q -n %{name}-%{realver}
|
%setup -q -n %{name}-%{realver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--enable-minidebuginfo
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user