summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikko Ylinen <mikko.ylinen@intel.com>2014-09-05 12:40:41 +0300
committerMikko Ylinen <mikko.ylinen@intel.com>2014-09-05 12:40:41 +0300
commit9dbf393c4c9ca8f1dbf3b4a925a14d0e9c2dd179 (patch)
treecef2bf347d072bff0f3c24404b85ad483a1d1c76
parent9976dbfe741fc3b71370ec82aecad2fe8221c9db (diff)
downloaddlt-daemon-tizen.tar.gz
dlt-daemon-tizen.tar.bz2
dlt-daemon-tizen.zip
Use Tizen %cmake macro to get ${LIB_SUFFIX} properly set. Change-Id: I3964f052eda597022cddf8154c556cc0be48abf4 Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
-rw-r--r--packaging/dlt-daemon.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/dlt-daemon.spec b/packaging/dlt-daemon.spec
index 65cba49..eea37e9 100644
--- a/packaging/dlt-daemon.spec
+++ b/packaging/dlt-daemon.spec
@@ -54,8 +54,8 @@ Files needed for developing against the Automotive DLT
mkdir -p build
cd build
-cmake -DWITH_SYSTEMD=ON -DWITH_SYSTEMD_JOURNAL=ON \
- -DWITH_MAN=OFF -DWITH_DLT_EXAMPLES=OFF ..
+%cmake -DWITH_SYSTEMD=ON -DWITH_SYSTEMD_JOURNAL=ON \
+ -DWITH_MAN=OFF -DWITH_DLT_EXAMPLES=OFF ..
make %{?_smp_mflags}
%install