default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
# Newer GCC makes the inline functio vanish, and it is
# dearly missed during linking. The patch is carried in
# distros but nobody cares to include it upstream.
sed -i -e 's,inline uint64_t crc64,uint64_t crc64,' bcache.c
