You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2023/02/16 20:46:12 UTC

[trafficserver] branch master updated: tscore: Remove unneeded and mispelled libswoc reference. (#9429)

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

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new ebfc242b2a tscore: Remove unneeded and mispelled libswoc reference. (#9429)
ebfc242b2a is described below

commit ebfc242b2ac416445d520e0ea2729635cf40250e
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Thu Feb 16 14:46:04 2023 -0600

    tscore: Remove unneeded and mispelled libswoc reference. (#9429)
---
 src/tscore/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tscore/Makefile.am b/src/tscore/Makefile.am
index 96174d0d56..941a3625d9 100644
--- a/src/tscore/Makefile.am
+++ b/src/tscore/Makefile.am
@@ -152,7 +152,7 @@ ParseRulesCType: CompileParseRules
 	LSAN_OPTIONS='detect_leaks=0' ./CompileParseRules
 
 test_atomic_SOURCES = test_atomic.cc
-test_atomic_LDADD = libtscore.la $(top_builddir)/src/tscpp/util/libtscpputil.la @SWOC_LIBSS@ @LIBPCRE@
+test_atomic_LDADD = libtscore.la $(top_builddir)/src/tscpp/util/libtscpputil.la @LIBPCRE@
 
 test_freelist_SOURCES = test_freelist.cc
 test_freelist_LDADD = libtscore.la $(top_builddir)/src/tscpp/util/libtscpputil.la @SWOC_LIBS@ @LIBPCRE@