From 66644f229eee8da311f215e58752a81334f694ae Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 29 Mar 2015 10:32:41 +0200 Subject: [PATCH] gdbm: fixes build for gettext 1.9 the package fails to build on SDK builder2 Signed-off-by: John Crispin --- libs/gdbm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile index d2c4939bc8..21ecfb2dd3 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 -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