projects
/
platform
/
core
/
connectivity
/
smartcard-plugin-usb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e95bfed
)
Fixed the build error for riscv64
13/296213/1
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
tizen
tizen_9.0
accepted/tizen/9.0/unified/20241030.232443
accepted/tizen/unified/20231226.154638
accepted/tizen/unified/20231226.180222
accepted/tizen/unified/dev/20240620.005356
accepted/tizen/unified/riscv/20230724.093729
tizen_9.0_m2_release
author
wchang kim
<wchang.kim@samsung.com>
Mon, 24 Jul 2023 01:38:27 +0000
(10:38 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Mon, 24 Jul 2023 01:38:27 +0000
(10:38 +0900)
Change-Id: I43e167eea00a5132c89399ff9e1dcb848fdc753c
packaging/smartcard-plugin-usb.spec
patch
|
blob
|
history
diff --git
a/packaging/smartcard-plugin-usb.spec
b/packaging/smartcard-plugin-usb.spec
index 0573d539851270107504409203c2569591d5dd08..e36e251cc032999ca9ff3e55adb08cb530415ea9 100755
(executable)
--- a/
packaging/smartcard-plugin-usb.spec
+++ b/
packaging/smartcard-plugin-usb.spec
@@
-22,7
+22,7
@@
Smartcard Service plugin usb
%build
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-%ifarch aarch64 x86_64
+%ifarch aarch64 x86_64
riscv64
-DTIZEN_ARCH_64=1 \
%endif