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: accepted/tizen/4.0/unified/20180309.064110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2F4.0%2Funified%2F20180309.064110;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} \