From 596daac89257421753228f565cae3e0e3d1100c2 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 23 Aug 2024 03:37:09 +0000 Subject: automatic import of gc --- gc-8.2.6-make-atomic_ops_private.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gc-8.2.6-make-atomic_ops_private.patch (limited to 'gc-8.2.6-make-atomic_ops_private.patch') diff --git a/gc-8.2.6-make-atomic_ops_private.patch b/gc-8.2.6-make-atomic_ops_private.patch new file mode 100644 index 0000000..6437575 --- /dev/null +++ b/gc-8.2.6-make-atomic_ops_private.patch @@ -0,0 +1,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} -- cgit v1.2.3