mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 11:10:31 +02:00
bacon: broken on big endian
This commit is contained in:
parent
e50346faaa
commit
0af602016c
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
|||
LDFLAGS="-lfts"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="bacon.sh: line 776: 2242 Segmentation fault coproc COPROC "${g_BACONTOKEN}.exe"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/share/bacon/LICENSE
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue