diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-29 10:32:41 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-29 14:49:53 +0200 |
commit | 66644f229eee8da311f215e58752a81334f694ae (patch) | |
tree | ee46524e9ddcce1efa01af99448cc7d12acee419 /libs/gdbm | |
parent | 60bdade49c4e154418fb1d86147a59a161c25f44 (diff) |
gdbm: fixes build for gettext 1.9
the package fails to build on SDK builder2
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'libs/gdbm')
-rw-r--r-- | libs/gdbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile index d2c4939bc..21ecfb2dd 100644 --- a/libs/gdbm/Makefile +++ b/libs/gdbm/Makefile @@ -19,7 +19,7 @@ PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net> -PKG_FIXUP:=autoreconf +PKG_FIXUP:=autoreconf gettext-version PKG_REMOVE_FILES:=Makefile compat/Makefile doc/Makefile export/Makefile src/Makefile tests/Makefile PKG_BUILD_PARALLEL:=0 |