Browse Source

gdbm: add a gettext dependency

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
lilik-openwrt-22.03
Felix Fietkau 9 years ago
parent
commit
4751845e43
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libs/gdbm/Makefile

+ 2
- 0
libs/gdbm/Makefile View File

@ -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


Loading…
Cancel
Save