From 9687680cde442434513be8fb78a5985449d4056e Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:28:29 +0200 Subject: [PATCH] libplist: disable autoreconf --- packages/devel/libplist/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devel/libplist/package.mk b/packages/devel/libplist/package.mk index 5216ed109e..3c83133775 100644 --- a/packages/devel/libplist/package.mk +++ b/packages/devel/libplist/package.mk @@ -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_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_TARGET="--without-cython"