]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/cramfs: fix missing type
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 5 Aug 2015 20:48:25 +0000 (22:48 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 6 Aug 2015 06:30:41 +0000 (08:30 +0200)
commitbfcffb6f81244c57416de5f80cbad4810528ec42
treedad2fea9f54c6898d2cf29f9a2ac9d20f6024075
parent712bb469da4966fa03a251f3fe8bdc18a89569ed
package/cramfs: fix missing type

loff_t is guarded by _GNU_SOURCE. although already properly defined in
cramfsck, it was not defined in mkcramfs.

Fixes;
    http://autobuild.buildroot.org/results/57d/57de9e838fa953e2fb5e358cd535603fb249b7d2/
    http://autobuild.buildroot.org/results/e02/e023014934bf291add9d9dfdfc005bfec34dc1ff/
    [...]

Note: since cramfs was last released in 2002-02-24, we don't stand a
chance to get this merged any time soon... :-(

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cramfs/0003-fix-missing-types.patch [new file with mode: 0644]