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 e8c641147285367b37206d2ca486be99022f5224 Author: Mo Chen <[email protected]> AuthorDate: Wed Dec 11 16:23:20 2024 -0600 Remove deprecated ld_classic linker flag (#11845) (cherry picked from commit ac3feedcc8c2016f6bc2b3918765baeaee3e63fe) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10f4190544..7d95b3ad16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -576,7 +576,6 @@ endif(HOST_OS STREQUAL "linux") if(CMAKE_CXX_COMPILER_ID STREQUAL AppleClang) set(CMAKE_MACOSX_RPATH 1) - link_libraries("-ld_classic") endif() if(HOST_OS STREQUAL "freebsd")
