libplist: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 17:28:29 +02:00
parent 0f3fc524e8
commit 9687680cde

View File

@ -29,7 +29,7 @@ PKG_SHORTDESC="libplist: a library for manipulating Apple Binary and XML Propert
PKG_LONGDESC="libplist is a library for manipulating Apple Binary and XML Property Lists" PKG_LONGDESC="libplist is a library for manipulating Apple Binary and XML Property Lists"
PKG_IS_ADDON="no" PKG_IS_ADDON="no"
PKG_AUTORECONF="yes" PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--without-cython" PKG_CONFIGURE_OPTS_TARGET="--without-cython"