projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0e5bba
)
gsmlib: fix sporadic build failures
236/head
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Wed, 10 Jan 2018 19:36:48 +0000
(20:36 +0100)
committer
Sebastian Kemper
<sebastian_ml@gmx.net>
Wed, 10 Jan 2018 19:39:05 +0000
(20:39 +0100)
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>
libs/gsmlib/Makefile
patch
|
blob
|
history
diff --git
a/libs/gsmlib/Makefile
b/libs/gsmlib/Makefile
index d6fab50873499f7fa28bf7cb8fcc4baa74b6907d..ddfc5665f96cbccdbdb11f0eafc511da005de801 100644
(file)
--- a/
libs/gsmlib/Makefile
+++ b/
libs/gsmlib/Makefile
@@
-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