From: DoHyun Pyun Date: Thu, 8 Mar 2018 08:01:51 +0000 (+0900) Subject: Exclude ASAN build until applying iotivity upstream patchset X-Git-Tag: submit/tizen_4.0/20180308.082113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=refs%2Ftags%2Fsubmit%2Ftizen_4.0%2F20180308.082113;p=platform%2Fupstream%2Fiotivity.git Exclude ASAN build until applying iotivity upstream patchset Change-Id: I65a1937c55cd325165748dfa3031e08dd191fd2c Signed-off-by: DoHyun Pyun --- diff --git a/packaging/iotivity.spec b/packaging/iotivity.spec index 54d09d1..01a20a4 100755 --- a/packaging/iotivity.spec +++ b/packaging/iotivity.spec @@ -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} \