forked from pool/MozillaThunderbird
- require libffi explicitely to fix PPC64LE build where a system
library is required OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=364
This commit is contained in:
parent
cb96a9588a
commit
55377bc24a
@ -6,6 +6,8 @@ Mon Apr 17 12:43:48 UTC 2017 - wr@rosenauer.org
|
|||||||
external browser
|
external browser
|
||||||
* addon blocklist updates
|
* addon blocklist updates
|
||||||
- enable ALSA for systems w/o PA
|
- enable ALSA for systems w/o PA
|
||||||
|
- require libffi explicitely to fix PPC64LE build where a system
|
||||||
|
library is required
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 18 21:06:01 UTC 2017 - wr@rosenauer.org
|
Sat Mar 18 21:06:01 UTC 2017 - wr@rosenauer.org
|
||||||
|
@ -51,6 +51,7 @@ BuildRequires: xorg-x11-libXt-devel
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
|
BuildRequires: pkgconfig(libffi)
|
||||||
BuildRequires: pkgconfig(libpulse)
|
BuildRequires: pkgconfig(libpulse)
|
||||||
%if %{with mozilla_tb_valgrind}
|
%if %{with mozilla_tb_valgrind}
|
||||||
BuildRequires: pkgconfig(valgrind)
|
BuildRequires: pkgconfig(valgrind)
|
||||||
|
Loading…
Reference in New Issue
Block a user