diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-05 18:16:52 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-09-28 23:16:59 -0700 |
commit | d7b6c3ac60e7c0e80705732c998fcf1c1f40c036 (patch) | |
tree | 98169bd43526e9487eb68639fd730263b5730412 /utils/telldus-core | |
parent | 7a8465084a363b4455ee83513c14dabf6dca6979 (diff) |
telldus-core: remove freebsd hack
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/telldus-core')
-rw-r--r-- | utils/telldus-core/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/telldus-core/Makefile b/utils/telldus-core/Makefile index 7f19bd143..f3eae0477 100644 --- a/utils/telldus-core/Makefile +++ b/utils/telldus-core/Makefile @@ -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 |