libgfortran: avoid duplicate libraries in spec
The linking of libgcc is already present in %(liborig), so the current situation duplicates libraries. This was not an issue until macOS's new linker started giving warnings for such cases. libgfortran/ChangeLog: PR libfortran/110651 * libgfortran.spec.in: Remove duplicate libraries.
This commit is contained in:
parent
d0603dfe9d
commit
d31c54c7da
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@
|
|||
#
|
||||
|
||||
%rename lib liborig
|
||||
*lib: @LIBQUADSPEC@ @LIBM@ %(libgcc) %(liborig)
|
||||
*lib: @LIBQUADSPEC@ @LIBM@ %(liborig)
|
||||
|
|
Loading…
Add table
Reference in a new issue