Fix util-linux build on MIPS
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 10 Aug 2010 17:08:10 +0000 (19:08 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 10 Aug 2010 17:22:09 +0000 (19:22 +0200)
commit55f70939b839cd5ad826ea01fcb6d363d63ee15d
treec8347930c3fc7e4f04f0e40524c214327d9de429
parent2ef83b42b97e7a098c9bef34109c5a8896a17b76
Fix util-linux build on MIPS

As reported in bug #635, util-linux doesn't build due to missing
constant definitions related to the a.out binary format. We fix this
by hardcoding these constant definitions, as done in newer versions of
util-linux.

Obviously, the long term fix is to upgrade to util-linux-ng, but this
is probably not acceptable for 2010.08.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/util-linux/util-linux-2.13-pre17-hardcode-a-out-constants.patch [new file with mode: 0644]