mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
quota: fix dependencies
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
0651830447
commit
13d91f18a3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user