summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Lynch <rusty.lynch@intel.com>2013-10-24 13:17:07 -0700
committerRusty Lynch <rusty.lynch@intel.com>2013-10-24 13:18:57 -0700
commit1f49db866dc29bd51a7b6695bef85b9f0d370926 (patch)
tree687c4dd56269f25fc3f10b81c41308723d14d962
parent18df4700e2dfd8410e71e47576d0e9d48b95a629 (diff)
downloadcom-core-1f49db866dc29bd51a7b6695bef85b9f0d370926.tar.gz
com-core-1f49db866dc29bd51a7b6695bef85b9f0d370926.tar.bz2
com-core-1f49db866dc29bd51a7b6695bef85b9f0d370926.zip
Restore use of %cmake in the spec file so that variables like LIB_INSTALL_DIR are passed to cmake. Change-Id: I3ed0b40417728ccbf4e171492ec9a7fc77743097 Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
-rw-r--r--packaging/libcom-core.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/libcom-core.spec b/packaging/libcom-core.spec
index 99cf7dc..746eaac 100644
--- a/packaging/libcom-core.spec
+++ b/packaging/libcom-core.spec
@@ -33,7 +33,7 @@ export CXXFLAGS="${CXXFLAGS} -DTIZEN_ENGINEER_MODE"
export FFLAGS="${FFLAGS} -DTIZEN_ENGINEER_MODE"
%endif
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
+%cmake
make %{?jobs:-j%jobs}
%install