# see https://bugs.archlinux32.org/index.php?do=details&task_id=317
# see https://github.com/andrewgregory/pacutils/pull/51
# see https://github.com/CyberShadow/aconfmgr/issues/159
eval "$(
  declare -f build | \
    sed '
      /make CFLAGS/ i \
        CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"
    '
)"