This is an automated email from the ASF dual-hosted git repository. bneradt pushed a commit to branch dev-1-0-14 in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git
commit a8bbdb28820b6fb62a769f2b8d6444c5121b9db8 Author: Alan M. Carroll <[email protected]> AuthorDate: Fri Feb 28 14:07:31 2020 -0600 Build fixes. --- swoc++/swoc++-static.part | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swoc++/swoc++-static.part b/swoc++/swoc++-static.part index 2698b2b..0d1a455 100644 --- a/swoc++/swoc++-static.part +++ b/swoc++/swoc++-static.part @@ -14,7 +14,7 @@ out = env.StaticLibrary("libswoc++", src_files) env.InstallLib(out) # Export the package config. -pc_file = env.Substfile("libswoc++.pc", "libswoc++.pc.in" +pc_file = env.Substfile("libswoc++-static.pc", "libswoc++-static.pc.in" , SUBST_DICT = { "pkg_prefix": env.Dir("$INSTALL_ROOT").abspath , "pkg_version": "$PART_VERSION"
