pengutronix / genimage

tool to generate multiple filesystem and flash images from a tree
GNU General Public License v2.0
305 stars 110 forks source link

fix building without fallocate() #208

Closed michaelolbrich closed 1 year ago

michaelolbrich commented 1 year ago

It is not available on BSD so add a configure check for it. We already have fallback code in case fallocate() fails, so reuse that when it is missing.

Fixes: #202

Signed-off-by: Michael Olbrich m.olbrich@pengutronix.de