[Buildroot] [git commit] quota: fix dependencies

Peter Korsgaard jacmet at sunsite.dk
Mon May 13 11:24:59 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=13d91f18a3dc1692241fa41b0bab1b6d384e1d6c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/quota/quota.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/quota/quota.mk b/package/quota/quota.mk
index c89ed9b..9afc9e3 100644
--- a/package/quota/quota.mk
+++ b/package/quota/quota.mk
@@ -14,7 +14,7 @@ QUOTA_CFLAGS = $(TARGET_CFLAGS)
 QUOTA_LDFLAGS = $(TARGET_LDFLAGS)
 
 ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
-QUOTA_DEPENDENCIES = gettext
+QUOTA_DEPENDENCIES += gettext
 QUOTA_LDFLAGS += -lintl
 endif
 


More information about the buildroot mailing list