From: WooHyun Jung Date: Mon, 26 Sep 2016 08:48:48 +0000 (+0900) Subject: efl.spec: add asan option for restore fcommon X-Git-Tag: accepted/tizen/common/20160927.152708~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af27b68198e8eeaa2ca308ce1925898216667548;p=platform%2Fupstream%2Fefl.git efl.spec: add asan option for restore fcommon Change-Id: I374b22848d7617a1e6677b89d4d1b8d8057b65d7 --- diff --git a/packaging/efl.spec b/packaging/efl.spec index e886827..c711fa6 100755 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -689,6 +689,10 @@ CFLAGS+=" -DMESA_EGL_NO_X11_HEADERS " CFLAGS+=" -DEFL_FEATURE_EMULATOR " %endif +%if "%{asan}" == "1" +%restore_fcommon +%endif + %reconfigure \ --with-glib=always \ --disable-xim \