fix to not use hardlinks which don't work...

This commit is contained in:
its-pointless 2018-04-27 16:56:20 +10:00 committed by Fredrik Fornwall
parent a46d0ce46d
commit 1702469492
1 changed files with 1 additions and 0 deletions

View File

@ -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"