import CS gcc-toolset-13-annobin-12.20-1.el9
This commit is contained in:
commit
a96129bcad
1
.gcc-toolset-13-annobin.metadata
Normal file
1
.gcc-toolset-13-annobin.metadata
Normal file
@ -0,0 +1 @@
|
||||
3d7ea3aa7fee6f680b0c45433af6cef146fc062e SOURCES/annobin-12.20.tar.xz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/annobin-12.20.tar.xz
|
11
SOURCES/annobin-tmp-default-to-using-group-attach.patch
Normal file
11
SOURCES/annobin-tmp-default-to-using-group-attach.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- annobin.orig/gcc-plugin/annobin.cc 2023-06-23 09:52:10.176119281 +0100
|
||||
+++ annobin-12.14/gcc-plugin/annobin.cc 2023-06-23 10:06:28.621554381 +0100
|
||||
@@ -3155,7 +3155,7 @@ plugin_init (struct plugin_name_args *
|
||||
versions that are needed. (Note - 2.35.2, as used by RHEL-9, is insufficient).
|
||||
See BZ 2016458 for an example of where this solution is needed. */
|
||||
#if GCCPLUGIN_VERSION_MAJOR >= 12
|
||||
- annobin_attach_type = link_order;
|
||||
+ annobin_attach_type = group;
|
||||
#else
|
||||
annobin_attach_type = group;
|
||||
#endif
|
12
SOURCES/annobin-tmp-skip-libannocheck-test.patch
Normal file
12
SOURCES/annobin-tmp-skip-libannocheck-test.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -rup annobin.orig/tests/libannocheck-test annobin-12.14/tests/libannocheck-test
|
||||
--- annobin.orig/tests/libannocheck-test 2023-06-23 10:25:50.591952049 +0100
|
||||
+++ annobin-12.14/tests/libannocheck-test 2023-06-23 10:26:29.757972286 +0100
|
||||
@@ -16,6 +16,8 @@ TEST_NAME=libannocheck
|
||||
. $srcdir/common.sh
|
||||
|
||||
start_test
|
||||
+end_test
|
||||
+exit 0
|
||||
|
||||
LIBANNOCHECKDIR=${LIBANNOCHECKDIR:-../../annocheck/.libs}
|
||||
INCDIR=${INCDIR:-$srcdir/../annocheck}
|
1937
SPECS/annobin.spec
Normal file
1937
SPECS/annobin.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user