Files
termux-packages/packages/bitlbee
termux-pacman-bot 645490413f fix(main/bitlbee): Fix building due to conflict with host library path
This fixes the following compiler error.
ld.lld: error: --fix-cortex-a53-843419 is only supported on AArch64 targets

The configure.patch is modified to replace libgcrypt-config with
equivalent pkg-config command. Otherwise, libgcrypt-config is picked up
from host system and -L/usr/lib/x86_64-linux-gnu is added to LDFLAGS.
2025-05-29 04:43:55 +00:00
..