gsmlib: fix sporadic build failures
Add build-time dependency on gettext-full/host. When it is not installed Makefile.in.in doesn't exist and the gsmlib build fails. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
b0e5bba218
commit
48b147a5f4
|
@ -19,6 +19,9 @@ PKG_SOURCE_VERSION:=cd5442de07cfe052316ede58640ef81b20627276
|
|||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
# Needed to get a fresh copy of gettext's Makefile.in.in
|
||||
PKG_BUILD_DEPENDS:=gettext-full/host
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
|
Loading…
Reference in New Issue