You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/07/08 15:53:40 UTC

[trafficserver] branch 8.0.x updated: Link with libluajit for the lua plugin

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.0.x by this push:
     new 38fe112  Link with libluajit for the lua plugin
38fe112 is described below

commit 38fe11278966e95b57ceb82d15c7aa235d7373c4
Author: Bryan Call <bc...@apache.org>
AuthorDate: Fri Jul 6 14:32:01 2018 -0700

    Link with libluajit for the lua plugin
    
    (cherry picked from commit c98bc045750719c2e7b6ec5845978baad1843a68)
---
 plugins/lua/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/lua/Makefile.inc b/plugins/lua/Makefile.inc
index 07fc5f0..954d284 100644
--- a/plugins/lua/Makefile.inc
+++ b/plugins/lua/Makefile.inc
@@ -15,6 +15,7 @@
 #  limitations under the License.
 
 lua_tslua_la_CPPFLAGS = $(AM_CPPFLAGS) $(LUAJIT_CPPFLAGS)
+lua_tslua_la_LDFLAGS = $(AM_LDFLAGS) $(LIBLUAJIT)
 
 pkglib_LTLIBRARIES += lua/tslua.la