summaryrefslogtreecommitdiffstats
path: root/package/gdbm
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-04 12:28:29 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 01:27:25 +0200
commita24b583e633e005e793032d78d6c2996a4552989 (patch)
tree7b0ed4432375b3538a9cfa015e375899b1b4eb60 /package/gdbm
parentc3675860e878e23d0762101ef1af40ac8159aa86 (diff)
downloadbuildroot-a24b583e633e005e793032d78d6c2996a4552989.tar.gz
buildroot-a24b583e633e005e793032d78d6c2996a4552989.zip
gdbm: use the new gettext logic
This commit switches to use the new gettext logic, which involves using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gdbm')
-rw-r--r--package/gdbm/gdbm.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/gdbm/gdbm.mk b/package/gdbm/gdbm.mk
index 4e3ed76e81..acd8cd2ac2 100644
--- a/package/gdbm/gdbm.mk
+++ b/package/gdbm/gdbm.mk
@@ -9,10 +9,7 @@ GDBM_SITE = $(BR2_GNU_MIRROR)/gdbm
GDBM_LICENSE = GPL-3.0+
GDBM_LICENSE_FILES = COPYING
GDBM_INSTALL_STAGING = YES
-
-ifeq ($(BR2_PACKAGE_GETTEXT),y)
-GDBM_DEPENDENCIES += gettext
-endif
+GDBM_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
ifeq ($(BR2_PACKAGE_READLINE),y)
GDBM_CONF_OPTS += --with-readline
OpenPOWER on IntegriCloud