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

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 3d52f4a  Fix another fedora:38 build_h3_tools openssl pkgconfig (#192)
3d52f4a is described below

commit 3d52f4af9fa38f928a5dcd79189b90d3d3365150
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Jul 4 16:34:09 2023 -0400

    Fix another fedora:38 build_h3_tools openssl pkgconfig (#192)
    
    I don't know how I missed this in the previous commit.
---
 docker/fedora38/build_h3_tools.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/fedora38/build_h3_tools.sh 
b/docker/fedora38/build_h3_tools.sh
index addf7a8..76c210c 100644
--- a/docker/fedora38/build_h3_tools.sh
+++ b/docker/fedora38/build_h3_tools.sh
@@ -242,7 +242,7 @@ fi
 # Note for FreeBSD: This will not build h2load. h2load can be run on a remote 
machine.
 ./configure \
   --prefix=${BASE} \
-  PKG_CONFIG_PATH=${BASE}/lib/pkgconfig:${OPENSSL_PREFIX}/lib/pkgconfig \
+  PKG_CONFIG_PATH=${BASE}/lib/pkgconfig:${OPENSSL_LIB}/pkgconfig \
   CFLAGS="${CFLAGS}" \
   CXXFLAGS="${CXXFLAGS}" \
   LDFLAGS="${LDFLAGS}" \

Reply via email to