projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60bf712
)
Add x86_64 build flag
84/38384/1
accepted/tizen/common/20150521.125351
accepted/tizen/mobile/20150420.084927
accepted/tizen/mobile/20150505.044804
accepted/tizen/tv/20150420.084815
accepted/tizen/tv/20150505.044105
accepted/tizen/wearable/20150420.063509
submit/tizen_common/20150520.888882
submit/tizen_mobile/20150420.045515
submit/tizen_mobile/20150504.080946
submit/tizen_tv/20150420.045531
submit/tizen_tv/20150504.080938
submit/tizen_wearable/20150420.045539
author
seungku kim
<seungku.kim@samsung.com>
Mon, 20 Apr 2015 04:50:30 +0000
(13:50 +0900)
committer
seungku kim
<seungku.kim@samsung.com>
Mon, 20 Apr 2015 04:50:30 +0000
(13:50 +0900)
Change-Id: I65cb926ecfcaabf66889e4904f3da4264791fce0
packaging/capi-network-bluetooth.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-network-bluetooth.spec
b/packaging/capi-network-bluetooth.spec
index df2d43e552d292f2bd00817ad11495614ca4d035..03af841185b107df649d2e31d1fde4f7860b1d3b 100755
(executable)
--- a/
packaging/capi-network-bluetooth.spec
+++ b/
packaging/capi-network-bluetooth.spec
@@
-68,6
+68,13
@@
export CXXFLAGS+=" -DARCH64"
export FFLAGS+=" -DARCH64"
%endif
+%ifarch x86_64
+echo x86_64
+export CFLAGS+=" -DARCH64"
+export CXXFLAGS+=" -DARCH64"
+export FFLAGS+=" -DARCH64"
+%endif
+
%cmake \
%if "%{?tizen_profile_name}" == "wearable"
-DTIZEN_WEARABLE=YES \