Merge pull request #8963 from neheb/tell

telldus-core: Fix compilation with full NLS
This commit is contained in:
Rosen Penev 2019-05-25 11:15:41 -07:00 committed by GitHub
commit 9d34465c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=telldus-core PKG_NAME:=telldus-core
PKG_VERSION:=2.1.2 PKG_VERSION:=2.1.2
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_LICENSE:=LGPL-2.1 PKG_LICENSE:=LGPL-2.1
PKG_BUILD_DEPENDS:=argp-standalone PKG_BUILD_DEPENDS:=argp-standalone
@ -40,6 +40,8 @@ CMAKE_OPTIONS+=\
-DGENERATE_MAN=0 \ -DGENERATE_MAN=0 \
-DICONV_LIBRARY=-liconv -DICONV_LIBRARY=-liconv
TARGET_CXXFLAGS += -fpermissive
define Package/telldus-core/conffiles define Package/telldus-core/conffiles
/etc/tellstick.conf /etc/tellstick.conf
endef endef