mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
linknx: Fix compilation with libiconv
Based on ee94a1e912
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+3
-2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=linknx
|
||||
PKG_VERSION:=0.0.1.34
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||
PKG_LICENSE:=GPL-2.0+
|
||||
@@ -28,13 +28,14 @@ PKG_FORTIFY_SOURCE:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
define Package/linknx
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=KNX home automation platform
|
||||
URL:=http://sourceforge.net/projects/linknx/
|
||||
DEPENDS:=+pthsem +lua +luac +libstdcpp +libcurl +libesmtp
|
||||
DEPENDS:=+pthsem +lua +luac +libstdcpp +libcurl +libesmtp $(ICONV_DEPENDS)
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS+= \
|
||||
|
||||
Reference in New Issue
Block a user