Date: Thursday, January 19, 2023 @ 12:59:43
Author: freswa
Revision: 466953
fix linker script in /usr/lib/libbfd.so
The linker script provided link options to link against libbfd.so which were
incomplete since the recent introduction of the libzstd dependency.
This commit adds the required link flags.
fixes FS#77179
Modified:
binutils/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-19 12:35:03 UTC (rev 466952)
+++ PKGBUILD 2023-01-19 12:59:43 UTC (rev 466953)
@@ -110,7 +110,7 @@
# No shared linking to these files outside binutils
rm -f "$pkgdir"/usr/lib/lib{bfd,opcodes}.so
- echo 'INPUT( /usr/lib/libbfd.a -liberty -lz -ldl )' >
"$pkgdir/usr/lib/libbfd.so"
+ echo 'INPUT( /usr/lib/libbfd.a -lsframe -liberty -lz -lzstd -ldl )' >
"$pkgdir/usr/lib/libbfd.so"
echo 'INPUT( /usr/lib/libopcodes.a -lbfd )' > "$pkgdir/usr/lib/libopcodes.so"
# install FSF All Permissive License