import gcc-toolset-12-annobin-10.76-2.el9
This commit is contained in:
commit
f18d57587c
1
.gcc-toolset-12-annobin.metadata
Normal file
1
.gcc-toolset-12-annobin.metadata
Normal file
@ -0,0 +1 @@
|
||||
e1906be7abdd1b63d6d71fe2206c3507b27787ac SOURCES/annobin-10.76.tar.xz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/annobin-10.76.tar.xz
|
20
SOURCES/annobin-libannocheck-test.patch
Normal file
20
SOURCES/annobin-libannocheck-test.patch
Normal file
@ -0,0 +1,20 @@
|
||||
--- annobin.orig/tests/libannocheck-test 2022-06-23 10:16:50.270910280 +0100
|
||||
+++ annobin-10.76/tests/libannocheck-test 2022-06-23 10:17:42.873589350 +0100
|
||||
@@ -32,7 +32,7 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
-COMMAND="$GCC use-libannocheck.o -L $LIBANNOCHECKDIR -lannocheck -o use-libannocheck -lelf -ldw -liberty -Wl,-rpath=$LIBANNOCHECKDIR -Wl,-z,now"
|
||||
+COMMAND="$GCC use-libannocheck.o -L $LIBANNOCHECKDIR -fno-lto -lannocheck -o use-libannocheck -lelf -ldw -liberty -Wl,-rpath=$LIBANNOCHECKDIR -Wl,-z,now"
|
||||
$COMMAND
|
||||
if [ $? != 0 ];
|
||||
then
|
||||
@@ -50,7 +50,7 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
-COMMAND="$GCC use-libannocheck.o -L $LIBANNOCHECKDIR -lannocheck -o use-libannocheck -lelf -ldw -liberty -Wl,-rpath=$LIBANNOCHECKDIR -Wl,-z,lazy"
|
||||
+COMMAND="$GCC use-libannocheck.o -L $LIBANNOCHECKDIR -fno-lto -lannocheck -o use-libannocheck -lelf -ldw -liberty -Wl,-rpath=$LIBANNOCHECKDIR -Wl,-z,lazy"
|
||||
$COMMAND
|
||||
if [ $? != 0 ];
|
||||
then
|
1697
SPECS/annobin.spec
Normal file
1697
SPECS/annobin.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user