summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuyeon Hwang <stom.hwang@samsung.com>2021-01-06 17:20:01 +0900
committerSuyeon Hwang <stom.hwang@samsung.com>2021-01-06 17:20:01 +0900
commitf4c8e4c527de791c109962ba82e09f7d2f8ee89e (patch)
treee89e2a44274d40125cd21361bb58aa5693a55d48
parent7401faae6d3705d9c9542e6cb07d5454b0af9aa3 (diff)
downloadvc-webview-js-accepted/tizen_7.0_unified.tar.gz
vc-webview-js-accepted/tizen_7.0_unified.tar.bz2
vc-webview-js-accepted/tizen_7.0_unified.zip
Change-Id: I3869f9b3631e77f402cf6b0180ce66c51ef295b7 Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
-rwxr-xr-xpackaging/vc-webview-js.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/vc-webview-js.spec b/packaging/vc-webview-js.spec
index 1769cb4..4908cc0 100755
--- a/packaging/vc-webview-js.spec
+++ b/packaging/vc-webview-js.spec
@@ -21,12 +21,13 @@ export LDFLAGS+="-Wl,--rpath=%{_libdir} -Wl,--hash-style=both -Wl,--as-needed,-l
rm -rf objdir
mkdir objdir
-cd objdir && cmake .. -DVERSION=%{version} \
+cd objdir
+cmake .. -DVERSION=%{version} \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_BUILD_TYPE=Debug \
-DTZ_SYS_RO_SHARE=%TZ_SYS_RO_SHARE
-cd objdir && make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs}
%install
(cd objdir &&