From: its-pointless Date: Fri, 27 Apr 2018 06:56:20 +0000 (+1000) Subject: fix to not use hardlinks which don't work... X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/813d6163242bc91a21248419b0f5449a106d30c7 fix to not use hardlinks which don't work... --- diff --git a/packages/mpd/build.sh b/packages/mpd/build.sh index db16142c..dd1a28db 100644 --- a/packages/mpd/build.sh +++ b/packages/mpd/build.sh @@ -15,6 +15,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --disable-mad --disable-sndio --without-tremor +ac_cv_func_linkat=no " TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_CONFFILES="$TERMUX_PREFIX/etc/mpd.conf"