From 55377bc24acb8c70d49714a445299e0ca0b3f9e5e566776049b30cd88995285f Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Wed, 19 Apr 2017 09:45:54 +0000 Subject: [PATCH] - 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 --- MozillaThunderbird.changes | 2 ++ MozillaThunderbird.spec | 1 + 2 files changed, 3 insertions(+) diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 796485f..fde5269 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -6,6 +6,8 @@ Mon Apr 17 12:43:48 UTC 2017 - wr@rosenauer.org external browser * addon blocklist updates - 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 diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 5327fe0..9368ae1 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -51,6 +51,7 @@ BuildRequires: xorg-x11-libXt-devel BuildRequires: xz BuildRequires: yasm BuildRequires: zip +BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(libpulse) %if %{with mozilla_tb_valgrind} BuildRequires: pkgconfig(valgrind)