efl.spec: add asan option for restore fcommon 59/89659/1
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 26 Sep 2016 08:48:48 +0000 (17:48 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 26 Sep 2016 08:48:48 +0000 (17:48 +0900)
Change-Id: I374b22848d7617a1e6677b89d4d1b8d8057b65d7

packaging/efl.spec

index e886827..c711fa6 100755 (executable)
@@ -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 \