Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/quota: drop QUOTA_LIBS
@ 2019-12-26 15:05 Fabrice Fontaine
  2019-12-26 19:44 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-12-26 15:05 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/quota/quota.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/quota/quota.mk b/package/quota/quota.mk
index 3921860264..f4bf9e5c58 100644
--- a/package/quota/quota.mk
+++ b/package/quota/quota.mk
@@ -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))
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-26 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-26 15:05 [Buildroot] [PATCH 1/1] package/quota: drop QUOTA_LIBS Fabrice Fontaine
2019-12-26 19:44 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox