You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2021/04/28 22:17:51 UTC

[trafficserver] branch 8.1.x updated: 81x - freebsd fixes, Disable building grammar, use built in (#7720)

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

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


The following commit(s) were added to refs/heads/8.1.x by this push:
     new 84f60f6  81x - freebsd fixes, Disable building grammar, use built in (#7720)
84f60f6 is described below

commit 84f60f66c9e003b8dc23c36d9207a9827bec0305
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Wed Apr 28 15:17:38 2021 -0700

    81x - freebsd fixes, Disable building grammar, use built in (#7720)
    
    * Disable building grammar, use built in
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 0047918..266036c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -925,6 +925,9 @@ case $host_os_def in
       TS_ADDTO(AM_LDFLAGS, [-L/usr/local/lib])
     ])
 
+    # NOTE: Force grammar to false on BSD, it has lex/yacc but not supported versions
+    AM_CONDITIONAL([BUILD_TSCONFIG_GRAMMAR], false)
+
     ;; # freebsd|kfreebsd)
 
   solaris)