lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 66644f229eee8da311f215e58752a81334f694ae
parent 60bdade49c4e154418fb1d86147a59a161c25f44
Author: John Crispin <blogic@openwrt.org>
Date:   Sun, 29 Mar 2015 10:32:41 +0200

gdbm: fixes build for gettext 1.9

the package fails to build on SDK builder2

Signed-off-by: John Crispin <blogic@openwrt.org>

Diffstat:
Mlibs/gdbm/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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