From: Rosen Penev Date: Tue, 29 Sep 2020 04:20:20 +0000 (-0700) Subject: gammu: fix compilation with full NLS X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=306393db4354950bad6486bdec490c6fdcb588ac;p=feed%2Fpackages.git gammu: fix compilation with full NLS Just disable NLS to fix it. Signed-off-by: Rosen Penev --- diff --git a/utils/gammu/Makefile b/utils/gammu/Makefile index 7281a180e3..3eb63f0117 100644 --- a/utils/gammu/Makefile +++ b/utils/gammu/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gammu PKG_VERSION:=1.41.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://dl.cihar.com/gammu/releases @@ -38,6 +38,9 @@ define Package/gammu endef CMAKE_OPTIONS += \ + -DDWITH_GettextLibs=OFF \ + -DWITH_Iconv=OFF \ + -DWITH_Libintl=OFF \ -DWITH_LibDBI:BOOL=OFF define Package/gammu/install