mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/binutils to 2.40-2
This commit is contained in:
parent
e85e30fef0
commit
2b59409544
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ noautobuild=1
|
|||
|
||||
pkgname=binutils
|
||||
pkgver=2.40
|
||||
_commit=78eca0130feecb321bb6943045b2161583f61dd2
|
||||
pkgrel=1
|
||||
_commit=bcea253f5fa194e57f9564e8461c718e228bd26e
|
||||
pkgrel=2
|
||||
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
||||
arch=(x86_64)
|
||||
url='https://www.gnu.org/software/binutils/'
|
||||
|
@ -116,7 +116,7 @@ package() {
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue