inst_opt=(DESTDIR="$INSTALL_ROOT" XSCPT=)
case "$HOST" in
*-gnu)
  ;;
*)
  # Override ldconfig with the true command
  inst_opt+=(ldconfig=true)
  ;;
esac &&
make_normal                                           &&
make -e "${inst_opt[@]}" install
