libogg: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 17:19:32 +02:00
parent 434bd98e7b
commit 3a1fbc1097

View File

@ -29,6 +29,6 @@ PKG_SHORTDESC="libogg: Open source bitstream container format"
PKG_LONGDESC="Libogg contains necessary functionality to create, decode, and work with Ogg bitstreams."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"