projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8023923
)
efl.spec: add asan option for restore fcommon
59/89659/1
author
WooHyun Jung
<wh0705.jung@samsung.com>
Mon, 26 Sep 2016 08:48:48 +0000
(17:48 +0900)
committer
WooHyun Jung
<wh0705.jung@samsung.com>
Mon, 26 Sep 2016 08:48:48 +0000
(17:48 +0900)
Change-Id: I374b22848d7617a1e6677b89d4d1b8d8057b65d7
packaging/efl.spec
patch
|
blob
|
history
diff --git
a/packaging/efl.spec
b/packaging/efl.spec
index
e886827
..
c711fa6
100755
(executable)
--- 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 \