Exclude ASAN build until applying iotivity upstream patchset 38/171938/1 accepted/tizen/4.0/unified/20180309.064110 submit/tizen_4.0/20180308.080838 submit/tizen_4.0/20180308.082113
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 8 Mar 2018 08:01:51 +0000 (17:01 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 8 Mar 2018 08:01:51 +0000 (17:01 +0900)
Change-Id: I65a1937c55cd325165748dfa3031e08dd191fd2c
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/iotivity.spec

index 54d09d1..01a20a4 100755 (executable)
@@ -164,6 +164,10 @@ cp %{SOURCE1001} ./%{name}-test.manifest
 %endif
 
 %build
+# Exclude ASAN build
+# After applying github patchset, we will remove this line
+%{?asan:/usr/bin/gcc-unforce-options}
+
 scons %{JOB} --prefix=%{_prefix} \
     ES_TARGET_ENROLLEE=%{ES_TARGET_ENROLLEE} \
     LIB_INSTALL_DIR=%{_libdir} \