From a63851bb4726c89d9a3c5755d78d1c4bbc3f3b2e Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 31 Aug 2017 14:29:24 +0200 Subject: [PATCH] update monitoring into packaging Change-Id: Ib03f56bbc148e87a0153a5a48073237c3f34e6ee Signed-off-by: Ronan Le Martret --- conf.d/packaging/agl-app-framework-binder.spec | 2 +- conf.d/packaging/debian.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/packaging/agl-app-framework-binder.spec b/conf.d/packaging/agl-app-framework-binder.spec index 635c99c4..9f3a2509 100644 --- a/conf.d/packaging/agl-app-framework-binder.spec +++ b/conf.d/packaging/agl-app-framework-binder.spec @@ -44,7 +44,7 @@ app-framework-binder-devel %build export PKG_CONFIG_PATH=%{_libdir}/pkgconfig -%cmake +%cmake -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON %__make %{?_smp_mflags} diff --git a/conf.d/packaging/debian.rules b/conf.d/packaging/debian.rules index 4fcc791c..f9576409 100644 --- a/conf.d/packaging/debian.rules +++ b/conf.d/packaging/debian.rules @@ -30,7 +30,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir mkdir -p build - export PKG_CONFIG_PATH=/opt/AGL/lib/$(DEB_HOST_MULTIARCH)/pkgconfig;cd build;cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=/opt/AGL -DCMAKE_INSTALL_LIBDIR:PATH=lib/$(DEB_HOST_MULTIARCH);$(MAKE) + export PKG_CONFIG_PATH=/opt/AGL/lib/$(DEB_HOST_MULTIARCH)/pkgconfig;cd build;cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=/opt/AGL -DCMAKE_INSTALL_LIBDIR:PATH=lib/$(DEB_HOST_MULTIARCH) -DAGL_DEVEL=1 -DINCLUDE_MONITORING=ON;$(MAKE) touch build-stamp clean: -- 2.16.6