mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
linknx: Fix compilation with libiconv
This applies to uClibc-ng and libiconv-full
Switched to building with uClibc++.
Fixed license information.
Fixed BUILD_DEPENDS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from fec9257655)
This commit is contained in:
+8
-7
@@ -9,28 +9,29 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=linknx
|
||||
PKG_VERSION:=0.0.1.37
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||
PKG_LICENSE:=GPL-2.0+
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-${PKG_VERSION}.tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/linknx/linknx/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=3c3aaf8c409538153b15f5fb975a4485e58c4820cfea289a3f20777ba69782ab
|
||||
|
||||
PKG_BUILD_DEPENDS:=argp-standalone
|
||||
PKG_FORTIFY_SOURCE:=1
|
||||
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_BUILD_DEPENDS:=USE_UCLIBC:argp-standalone USE_MUSL:argp-standalone
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
include $(INCLUDE_DIR)/uclibc++.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
define Package/linknx
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=KNX home automation platform
|
||||
URL:=https://github.com/linknx/linknx
|
||||
DEPENDS:=+pthsem +lua +luac +libstdcpp +libcurl +libesmtp
|
||||
DEPENDS:=+pthsem +lua +luac +libcurl +libesmtp $(CXX_DEPENDS) $(ICONV_DEPENDS)
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS+= \
|
||||
|
||||
Reference in New Issue
Block a user