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

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new ac3feedcc8 Remove deprecated ld_classic linker flag (#11845)
ac3feedcc8 is described below

commit ac3feedcc8c2016f6bc2b3918765baeaee3e63fe
Author: Mo Chen <[email protected]>
AuthorDate: Wed Dec 11 16:23:20 2024 -0600

    Remove deprecated ld_classic linker flag (#11845)
---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 926dcc7f8f..caf6899400 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -593,7 +593,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")

Reply via email to