mpg123: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 16:51:28 +02:00
parent 26a2822ec1
commit cfe9170f5a

View File

@ -29,6 +29,6 @@ PKG_SHORTDESC="mpg123"
PKG_LONGDESC="A fast MP3 Player"
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"