package/quota: drop QUOTA_LIBS

Drop QUOTA_LIBS as this variable is always set to $(TARGET_NLS_LIBS)
since bump to version 4.05 in commit
540797f955

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2019-12-26 16:05:10 +01:00 committed by Thomas Petazzoni
parent 623fc9eabf
commit 9393582f24

View File

@ -12,7 +12,7 @@ QUOTA_LICENSE_FILES = COPYING
# We're patching configure.ac
QUOTA_AUTORECONF = YES
QUOTA_GETTEXTIZE = YES
QUOTA_LIBS = $(TARGET_NLS_LIBS)
QUOTA_CONF_ENV = LIBS="$(TARGET_NLS_LIBS)"
QUOTA_CONF_OPTS = --disable-pie
ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_LIBNL),yy)
@ -40,6 +40,4 @@ else
QUOTA_CONF_OPTS += --disable-ldapmail
endif
QUOTA_CONF_ENV = LIBS="$(QUOTA_LIBS)"
$(eval $(autotools-package))