AsmBB

View Ticket
Login
Ticket Hash: 46156142b3dc660a8065b6ab50916501d7e7d8f1
Title: Build script for musl/SQLITE needs CROSS_COMPILE customization
Status: Open Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution:
Last Modified: 2019-02-27 09:33:52
7.18 years ago
Created: 2019-02-27 09:33:52
7.18 years ago
Version Found In:
User Comments:
anonymous added on 2019-02-27 09:33:52:
On my system (Ubuntu derivative), the build script for musl/SQLITE needed another tweak in addition to the URL change:

The package binutils-i686-gnu is needed for successful musl compilation, and the CROSS_COMPILE option to configure needs to be changed to: /usr/i686-gnu/bin/

Probably this should be turned into a command-line option, as this is a higly distro-specific thing.