From b8c3dd63c825c484005b87e8cc08cf8207fa22ac Mon Sep 17 00:00:00 2001 From: Vitaliy Cherepanov Date: Mon, 18 Aug 2014 13:41:07 +0400 Subject: [PATCH] [FIX] build error with private capi appfw Change-Id: Ib4808751089f3bea6bc30945969510b83f825690 Signed-off-by: Vitaliy Cherepanov --- packaging/swap-probe.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packaging/swap-probe.spec b/packaging/swap-probe.spec index 749fcfa..c2eb3d9 100644 --- a/packaging/swap-probe.spec +++ b/packaging/swap-probe.spec @@ -12,12 +12,6 @@ BuildRequires: capi-system-runtime-info-devel BuildRequires: libXext-devel Provides: swap-probe -%if "%_project" == "Kirana_SWA_OPEN:Build" || "%_project" == "Kirana_SDK:Daily" -%define SWAP_PROBE_DEFS "-DPRIVATE_CAPI_APPFW" -%else -%define SWAP_PROBE_DEFS "" -%endif - %description SWAP probe is a part of data collection back-end for DA. This library will be installed in target. @@ -28,7 +22,7 @@ This library will be installed in target. %build make rmheaders make headers -SWAP_PROBE_DEFS="%{SWAP_PROBE_DEFS}" make -j +make -j %install rm -rf ${RPM_BUILD_ROOT} -- 2.7.4