default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

# XXX Workaround for configure misdetecting the libraries (full path to DSOs
# instead of -l flags) which libtool doesn't seem to handle correctly.
case "$HOST" in *-musl) sedit 's!@LIBS@!-liconv!' src/Makefile.in;; esac
