diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-08-31 14:29:24 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-08-31 14:34:28 +0200 |
commit | a63851bb4726c89d9a3c5755d78d1c4bbc3f3b2e (patch) | |
tree | 386e10f01668a94a725caedfac5edf60946a5c84 /conf.d | |
parent | 80444c55e5debc4807df81342e537b5a4e6c4971 (diff) |
update monitoring into packaging
Change-Id: Ib03f56bbc148e87a0153a5a48073237c3f34e6ee
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/packaging/agl-app-framework-binder.spec | 2 | ||||
-rw-r--r-- | 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: |