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

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  8b59eab   Revert "Fix --enable-coverage build option."
8b59eab is described below

commit 8b59eab4f9febee789000f587e6eb2c97f0b051b
Author: Leif Hedstrom <[email protected]>
AuthorDate: Wed Apr 13 16:35:58 2016 -0600

    Revert "Fix --enable-coverage build option."
    
    This breaks the LuaJit builds on FreeBSD for some
    reason, unclear as to why.
    
    This reverts commit 66f678e53bf166423ad05c5ac4e9ff499da25e79.
---
 configure.ac    | 2 +-
 lib/Makefile.am | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index efc8756..d9d6049 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_MSG_RESULT([$enable_debug])
 
 # Enable code coverage instrumentation only if requested by the user.
 AC_MSG_CHECKING([whether to code coverage])
-AC_ARG_ENABLE([coverage],
+AC_ARG_ENABLE([debug],
   [AS_HELP_STRING([--enable-coverage],[generate code coverage 
instrumentation])],
   [],
   [enable_coverage=no]
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8a1b64b..79aaf95 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -48,8 +48,7 @@ all-local:
                CC="$(CC)" \
                CFLAGS="$(CFLAGS) $(LUA_CFLAGS)" \
                XCFLAGS="" \
-               LDFLAGS="$(LUA_LDFLAGS)" \
-               LIBS="$(LIBS)"
+               LDFLAGS="$(LUA_LDFLAGS)"
 
 clean-local:
        test "$(top_srcdir)" != "$(top_builddir)" || (cd 
"$(top_builddir)/$(subdir)/luajit" && $(MAKE) clean)

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to