Fix build error for i586 x64 46/38346/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 17 Apr 2015 07:43:02 +0000 (16:43 +0900)
committerDoHyun 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

index dac144391f287a97f0047b034995d8d0ffedadad..df2d43e552d292f2bd00817ad11495614ca4d035 100755 (executable)
@@ -64,6 +64,8 @@ export FFLAGS+=" -DTELEPHONY_DISABLED"
 %ifarch aarch64
 echo arch64
 export CFLAGS+=" -DARCH64"
+export CXXFLAGS+=" -DARCH64"
+export FFLAGS+=" -DARCH64"
 %endif
 
 %cmake \