From: Sebastian Kemper Date: Tue, 27 Feb 2018 19:24:16 +0000 (+0100) Subject: gsmlib: update PKG_BUILD_DEPENDS X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=58f093a0bd45400aae02cce3631302703cdb1ed7;p=feed%2Ftelephony.git gsmlib: update PKG_BUILD_DEPENDS gettext-full/host is not enough. We need m4 files from gettext-full as well. Signed-off-by: Sebastian Kemper --- diff --git a/libs/gsmlib/Makefile b/libs/gsmlib/Makefile index 1b06210..4184c21 100644 --- a/libs/gsmlib/Makefile +++ b/libs/gsmlib/Makefile @@ -20,8 +20,8 @@ PKG_MIRROR_HASH:=bc24d7ddcb5f4b5f9160351d9f38cf6f35f3feef969f675f883b32d04c8c80f 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 +# Need Makefile.in.in from gettext-full/host and po.m4 from gettext-full +PKG_BUILD_DEPENDS:=gettext-full/host gettext-full PKG_FIXUP:=autoreconf