This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 53114fcc42a59902a50453478ad509cf1305f95e Author: Chris McFarlen <[email protected]> AuthorDate: Mon Mar 4 17:31:52 2024 -0600 Fix package name in build system. (#11109) Co-authored-by: Chris McFarlen <[email protected]> (cherry picked from commit 60a90630fda456be7ea93b6ef93d3bb5ba1f01f3) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89506adbca..3b50eb08e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -538,7 +538,7 @@ endif() set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib;${CMAKE_INSTALL_PREFIX}/lib64") set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) -add_compile_definitions(${HOST_OS} PACKAGE_NAME="ats" PACKAGE_VERSION="${TS_VERSION_STRING}") +add_compile_definitions(${HOST_OS} PACKAGE_NAME="Apache Traffic Server" PACKAGE_VERSION="${TS_VERSION_STRING}") add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wno-invalid-offsetof>) # Enable fuzzing
