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

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

commit c0cd064dcbba619afa0da11b8e2d8b9640e84f71
Author: Alan M. Carroll <a...@apache.org>
AuthorDate: Wed May 12 11:35:34 2021 -0500

    CMake: Update pkg_config file to include version.
---
 code/libswoc.pc.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/libswoc.pc.cmake b/code/libswoc.pc.cmake
index c65ba62..6599544 100644
--- a/code/libswoc.pc.cmake
+++ b/code/libswoc.pc.cmake
@@ -7,5 +7,5 @@ Name: LibSWOC++
 Description: A collection of solid C++ utilities and classes.
 Version: @LIBSWOC_VERSION@
 Requires:
-Libs: -L${libdir} -lswoc
+Libs: -L${libdir} -lswoc.static.@LIBSWOC_VERSION@
 Cflags: -I${includedir}

Reply via email to