--- gc-8.2.6/bdw-gc.pc.in.orig 2024-08-23 11:31:18.009298200 +0800 +++ gc-8.2.6/bdw-gc.pc.in 2024-08-23 11:32:17.714253900 +0800 @@ -6,5 +6,6 @@ Name: Boehm-Demers-Weiser Conservative Garbage Collector Description: A garbage collector for C and C++ Version: @PACKAGE_VERSION@ -Libs: -L${libdir} @ATOMIC_OPS_LIBS@ -lgc @THREADDLLIBS@ +Libs: -L${libdir} -lgc @THREADDLLIBS@ +Libs.private: @ATOMIC_OPS_LIBS@ Cflags: -I${includedir}