From b1549d58309b0bf3d37c00dcf05e06b8980ca675 Mon Sep 17 00:00:00 2001 From: awiouy Date: Tue, 22 Nov 2016 16:57:26 +0100 Subject: [PATCH] Revert "libplist: disable autoreconf" This reverts commit 9687680cde442434513be8fb78a5985449d4056e. --- 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 3c83133775..5216ed109e 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="no" +PKG_AUTORECONF="yes" PKG_CONFIGURE_OPTS_TARGET="--without-cython"