diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-04-18 02:58:03 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-04-18 02:58:03 -0700 |
commit | fa5e64649a018d997c64194658b8c72d605d3eca (patch) | |
tree | 06fceb1c9ea7282ec0e80763322d41d89c1aa6b9 /libs/gdbm | |
parent | 0551a5b030160054e755a750a62b2af84809dfb6 (diff) |
gdbm: don't build gettext-full
It's not necessary.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/gdbm')
-rw-r--r-- | libs/gdbm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile index 911059bc5..2adcb31da 100644 --- a/libs/gdbm/Makefile +++ b/libs/gdbm/Makefile @@ -21,7 +21,6 @@ PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=0 -PKG_BUILD_DEPENDS:=gettext-full/host include $(INCLUDE_DIR)/package.mk |