mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/quota: add autoreconf
Commitfeef4b733cadded a patch on configure.ac but forgot to set QUOTA_AUTORECONF=YES Fixes: - http://autobuild.buildroot.org/results/15f2dbfbafc91719ad1f5209811300ddaa5cec91 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit4f1ff8d7dd) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
cc1fec6aa3
commit
9029c71c9c
@@ -9,6 +9,8 @@ QUOTA_SITE = http://downloads.sourceforge.net/project/linuxquota/quota-tools/$(Q
|
||||
QUOTA_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES) host-nfs-utils
|
||||
QUOTA_LICENSE = GPL-2.0+
|
||||
QUOTA_LICENSE_FILES = COPYING
|
||||
# We're patching configure.ac
|
||||
QUOTA_AUTORECONF = YES
|
||||
QUOTA_LIBS = $(TARGET_NLS_LIBS)
|
||||
QUOTA_CONF_OPTS = --disable-pie
|
||||
|
||||
|
||||
Reference in New Issue
Block a user