jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2472dfdb240731084ba65ce3075da5548af1c459

commit 2472dfdb240731084ba65ce3075da5548af1c459
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Fri Aug 21 11:06:50 2015 +0900

    Evas filters: Fix build for Jenkins gcc_x32
    
    Disable bit32 library if it's not available.
    We should probably either ship it or disable it altogether
    for the filters. Hmm.
---
 src/lib/evas/filters/evas_filter_parser.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/evas/filters/evas_filter_parser.c 
b/src/lib/evas/filters/evas_filter_parser.c
index a2f43f8..2d02afa 100644
--- a/src/lib/evas/filters/evas_filter_parser.c
+++ b/src/lib/evas/filters/evas_filter_parser.c
@@ -2397,7 +2397,9 @@ static const luaL_Reg lj_lib_load[] = {
   { LUA_STRLIBNAME,     luaopen_string },
   { LUA_MATHLIBNAME,    luaopen_math },
   { LUA_DBLIBNAME,      luaopen_debug },
+#ifdef LUA_BITLIBNAME
   { LUA_BITLIBNAME,     luaopen_bit },
+#endif
 #ifdef LUA_JITLIBNAME
   { LUA_JITLIBNAME,     luaopen_jit },
 #endif

-- 


Reply via email to