attempt to fix solaris mod_lua build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16343 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a79adcaf0a
commit
de7f14fd77
|
@ -10,7 +10,7 @@ mod_LTLIBRARIES = mod_lua.la
|
|||
mod_lua_la_SOURCES = mod_lua.cpp freeswitch_lua.cpp mod_lua_wrap.cpp
|
||||
mod_lua_la_CXXFLAGS = -Ilua $(AM_CPPFLAGS)
|
||||
mod_lua_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||||
mod_lua_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lm $(LIBLUA_A)
|
||||
mod_lua_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lm $(LIBLUA_A) $(SOLINK)
|
||||
|
||||
BUILT_SOURCES = $(LIBLUA_A)
|
||||
$(mod_lua_la_SOURCES) : $(BUILT_SOURCES)
|
||||
|
|
Loading…
Reference in New Issue