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

bcall 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 e799e8e2e5 Fix compiling wth both jemalloc with quiche (#10005)
e799e8e2e5 is described below

commit e799e8e2e50fd183ebe63e9e1f842f5942183183
Author: Bryan Call <bc...@apache.org>
AuthorDate: Fri Jul 14 08:16:16 2023 -0700

    Fix compiling wth both jemalloc with quiche (#10005)
---
 m4/quiche.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/quiche.m4 b/m4/quiche.m4
index 844bf1bfd1..bb656c666f 100644
--- a/m4/quiche.m4
+++ b/m4/quiche.m4
@@ -58,7 +58,7 @@ if test "$has_quiche" != "0"; then
   quiche_have_libs=0
   if test "$quiche_base_dir" != "/usr"; then
     TS_ADDTO(CPPFLAGS, [-I${quiche_include}])
-    TS_ADDTO(LDFLAGS, [-L${quiche_ldflags}])
+    TS_ADDTO(LDFLAGS, [-L${quiche_ldflags} -rpath ${quiche_ldflags}])
     TS_ADDTO(LIBS, [-lquiche])
     TS_ADDTO_RPATH(${quiche_ldflags})
   fi

Reply via email to