summaryrefslogtreecommitdiff
path: root/packaging/capi-network-bluetooth.spec
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2015-04-17 16:43:02 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2015-04-17 16:44:39 +0900
commit60bf71238635990d15b77c9df1b987c3c7fdeb48 (patch)
treed90d0e6ec2785916d05ff530567a776d6ed9a50f /packaging/capi-network-bluetooth.spec
parentf09af491976ba73be2d6ec4297963d70e0fc5e41 (diff)
downloadbluetooth-60bf71238635990d15b77c9df1b987c3c7fdeb48.tar.gz
bluetooth-60bf71238635990d15b77c9df1b987c3c7fdeb48.tar.bz2
bluetooth-60bf71238635990d15b77c9df1b987c3c7fdeb48.zip
Fix build error for i586 x64
Change-Id: I279b2c581837a2ecbfb53aedae46c09a0f6e3f15 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Diffstat (limited to 'packaging/capi-network-bluetooth.spec')
-rwxr-xr-xpackaging/capi-network-bluetooth.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/capi-network-bluetooth.spec b/packaging/capi-network-bluetooth.spec
index dac1443..df2d43e 100755
--- 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 \