summaryrefslogtreecommitdiff
path: root/gc-8.2.6-make-atomic_ops_private.patch
blob: 6437575cc61b9d4d1efef835407622defe70d266 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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}