mc fails to build against musl libc #3267
Labels
area: core
Issues not related to a specific subsystem
prio: medium
Has the potential to affect progress
Milestone
Important
This issue was migrated from Trac:
paulbarker
(paul@….me.uk)mc fails to build when using musl as the libc provider. This is due to the CTRL() macro not being defined in <termios.h>. We could include <sys/ttydefaults.h> explicitly but it's easier just to ensure CTRL is defined.
I've attached a patch taken from the Sabotage Linux distro which fixes this. This patch has also been tested and works with the OpenEmbedded build system. The patch is in unified diff format but I can provide it in another format if needed.
Note
Original attachments:
paulbarker
(paul@….me.uk) onSep 8, 2014 at 10:24 UTC
The text was updated successfully, but these errors were encountered: