binutils: fix compiling with arch-based distros
authorNick Hainke <vincent@systemli.org>
Thu, 30 Dec 2021 22:49:27 +0000 (23:49 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 2 Jan 2022 19:33:28 +0000 (20:33 +0100)
commit7df80be410ca846bbea632a9f32a189dc5afe374
treee0a6e5d15031cab8210e9e7a699fb41cea203c61
parentdef9565be632b316c82ffc5a7b28c789e9df75b4
binutils: fix compiling with arch-based distros

Arch Linux users have encountered problems with packages that have a dependency on binutils. This error happens when libtool is doing:
  libtool: relink: ...
So change PKG_FIXUP to "patch-libtool".

Fixes error in the form of:
  libtool: install: error: relink `libctf.la' with the above command
           before installing it

Upstream Bug:
https://sourceware.org/bugzilla/show_bug.cgi?id=28545

OpenWrt Bug:
https://bugs.openwrt.org/index.php?do=details&task_id=4149

Acked-by: John Audia <graysky@archlinux.us>
Signed-off-by: Nick Hainke <vincent@systemli.org>
package/devel/binutils/Makefile