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:
f09af49
)
Fix build error for i586 x64
46/38346/1
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Fri, 17 Apr 2015 07:43:02 +0000
(16:43 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Fri, 17 Apr 2015 07:44:39 +0000
(16:44 +0900)
Change-Id: I279b2c581837a2ecbfb53aedae46c09a0f6e3f15
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/capi-network-bluetooth.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-network-bluetooth.spec
b/packaging/capi-network-bluetooth.spec
index dac144391f287a97f0047b034995d8d0ffedadad..df2d43e552d292f2bd00817ad11495614ca4d035 100755
(executable)
--- a/
packaging/capi-network-bluetooth.spec
+++ b/
packaging/capi-network-bluetooth.spec
@@
-64,6
+64,8
@@
export FFLAGS+=" -DTELEPHONY_DISABLED"
%ifarch aarch64
echo arch64
export CFLAGS+=" -DARCH64"
+export CXXFLAGS+=" -DARCH64"
+export FFLAGS+=" -DARCH64"
%endif
%cmake \