abinfo "Setting NOKOGIRI_USE_SYSTEM_LIBRARIES=1 to use system libraries ..."
export NOKOGIRI_USE_SYSTEM_LIBRARIES=1

# FIXME: Without Fat LTO objects, ronn fails to run with
# `undefined symbol: Init_nokogiri'.
abinfo "Appending -ffat-lto-objects to fix undefined symbol for linked programs ..."
export CFLAGS="${CFLAGS} -ffat-lto-objects"
