mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
linknx: convert to procd
Removed options UCI parameter. It's not terribly useful. Most of the parameters can be replaced with procd functionality. procd also demands processes to run in the foreground. Removed -fno-builtin. It seems to be a legacy option. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+1
-4
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=linknx
|
||||
PKG_VERSION:=0.0.1.37
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-${PKG_VERSION}.tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/linknx/linknx/tar.gz/$(PKG_VERSION)?
|
||||
@@ -42,9 +42,6 @@ CONFIGURE_ARGS+= \
|
||||
--with-libcurl \
|
||||
--without-mysql
|
||||
|
||||
EXTRA_LDFLAGS+= \
|
||||
-fno-builtin
|
||||
|
||||
define Package/linknx/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/linknx $(1)/usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user