Skip to content

Commit

Permalink
Merge pull request #8963 from neheb/tell
Browse files Browse the repository at this point in the history
telldus-core: Fix compilation with full NLS
  • Loading branch information
neheb authored May 25, 2019
2 parents 0afbe88 + 654d857 commit 9d34465
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions utils/telldus-core/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# Copyright (C) 2010 Telldus Technologies AB
#
# This is free software, licensed under the GNU General Public License v2.
Expand All @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=telldus-core
PKG_VERSION:=2.1.2
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_LICENSE:=LGPL-2.1
PKG_BUILD_DEPENDS:=argp-standalone
PKG_BUILD_DEPENDS:=argp-standalone
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://download.telldus.com/TellStick/Software/telldus-core/
PKG_HASH:=a20f6c74814afc23312d2c93ebbb37fdea9deaaee05ae7b6a6275e11e4662014
Expand Down Expand Up @@ -40,6 +40,8 @@ CMAKE_OPTIONS+=\
-DGENERATE_MAN=0 \
-DICONV_LIBRARY=-liconv

TARGET_CXXFLAGS += -fpermissive

define Package/telldus-core/conffiles
/etc/tellstick.conf
endef
Expand Down

0 comments on commit 9d34465

Please sign in to comment.