mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
telldus-core: Fix compilation with full NLS
-fpermissive is needed due to mismatching parameters (const char vs char). Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user