telldus-core: remove freebsd hack
authorRosen Penev <redacted>
Thu, 6 Aug 2020 01:16:52 +0000 (18:16 -0700)
committerRosen Penev <redacted>
Tue, 29 Sep 2020 06:16:59 +0000 (23:16 -0700)
Signed-off-by: Rosen Penev <redacted>
utils/telldus-core/Makefile

index 7f19bd14399e8e0f5cec235580c02feb158267ba..f3eae0477e0f0ba705f0771a5363deca7112313f 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=telldus-core
 PKG_VERSION:=2.1.2
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://download.telldus.com/TellStick/Software/telldus-core/
@@ -48,8 +48,6 @@ CMAKE_OPTIONS += \
        -DGENERATE_MAN=0 \
        -DICONV_LIBRARY=-liconv
 
-TARGET_CXXFLAGS += $(if $(ICONV_FULL),-D_FREEBSD)
-
 define Package/telldus-core/install
        $(INSTALL_DIR)  $(1)/usr/bin
        $(INSTALL_BIN)  $(PKG_INSTALL_DIR)/usr/bin/tdtool $(1)/usr/bin
git clone https://git.99rst.org/PROJECT