bacon: broken on big endian
This commit is contained in:
parent
e50346faaa
commit
0af602016c
|
@ -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…
Reference in New Issue