From a1dd3cf92c548e65b3a8bd2b83f35902a5450a6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Fri, 26 Sep 2014 13:36:54 +0200 Subject: [PATCH] Packaging: add missing de pendency to pkgconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ibf9eb2f48a1989ddec9b6b37c94ecec6124ef844 Signed-off-by: Kévin THIERRY --- packaging/CommonAPI-DBus.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/CommonAPI-DBus.spec b/packaging/CommonAPI-DBus.spec index 213500c..142dc70 100755 --- a/packaging/CommonAPI-DBus.spec +++ b/packaging/CommonAPI-DBus.spec @@ -7,6 +7,7 @@ Release: 0 Group: Automotive/GENIVI License: MPL-2.0 Source0: %{name}-%{version}.tar.gz +BuildRequires: pkgconfig BuildRequires: pkgconfig(CommonAPI) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(glib-2.0) @@ -36,10 +37,10 @@ Files needed to build against CommonAPI. autoreconf -i %configure \ %if %{with dbus_patch_enabled} - CXXFLAGS=-DDBUS_PATCH_ENABLED + CXXFLAGS=-DDBUS_PATCH_ENABLED %endif -make %{?jobs:-j%jobs} +%__make %{?_smp_mflags} %install %make_install -- 2.7.4