diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-21 00:38:58 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-21 00:42:34 +0100 |
commit | 4751845e435d57513c2411fe345c9e61344bcf03 (patch) | |
tree | a8dc1f7b0a71b6a530d78f4619c7fbeacd4fc00c /libs/gdbm/Makefile | |
parent | 599f289585e61db72ab1d79404f507cc28e9d6ee (diff) |
gdbm: add a gettext dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'libs/gdbm/Makefile')
-rw-r--r-- | libs/gdbm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile index 21ecfb2dd..a8d1926c5 100644 --- a/libs/gdbm/Makefile +++ b/libs/gdbm/Makefile @@ -23,6 +23,8 @@ PKG_FIXUP:=autoreconf gettext-version PKG_REMOVE_FILES:=Makefile compat/Makefile doc/Makefile export/Makefile src/Makefile tests/Makefile PKG_BUILD_PARALLEL:=0 +PKG_BUILD_DEPENDS:=gettext-full/host + include $(INCLUDE_DIR)/package.mk define Package/libgdbm |