diff options
Diffstat (limited to 'gc-8.2.6-make-atomic_ops_private.patch')
-rw-r--r-- | gc-8.2.6-make-atomic_ops_private.patch | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gc-8.2.6-make-atomic_ops_private.patch b/gc-8.2.6-make-atomic_ops_private.patch index 8bced81..72c2ce6 100644 --- a/gc-8.2.6-make-atomic_ops_private.patch +++ b/gc-8.2.6-make-atomic_ops_private.patch @@ -1,8 +1,11 @@ --- gc-8.2.6/bdw-gc.pc.in.orig 2024-08-26 18:30:05.325340608 +0800 -+++ gc-8.2.6/bdw-gc.pc.in 2024-08-26 18:31:06.229053989 +0800 -@@ -8,3 +8,4 @@ ++++ gc-8.2.6/bdw-gc.pc.in 2024-08-26 19:03:10.550592464 +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} @ATOMIC_OPS_LIBS@ -lgc @THREADDLLIBS@ ++Libs: -L${libdir} -lgc @THREADDLLIBS@ Cflags: -I${includedir} +Requires.private: @ATOMIC_OPS_PC@ --- gc-8.2.6/configure.ac.orig 2024-08-26 18:29:38.237023314 +0800 |