fuse: disable autoreconf

This commit is contained in:
awiouy 2016-10-21 17:47:34 +02:00
parent eecdd40110
commit 19ca464412

View File

@ -29,7 +29,7 @@ PKG_SHORTDESC="fuse: A simple user-space filesystem interface for Linux"
PKG_LONGDESC="FUSE provides a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. FUSE also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-lib \
--enable-util \