Merge pull request #13517 from neheb/gamm

gammu: fix compilation with full NLS
This commit is contained in:
Rosen Penev 2020-09-30 14:07:50 -07:00 committed by GitHub
commit f43e9bca1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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