mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
klish: fix compilation with uClibc-ng
sigignore is missing from libc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=klish
|
||||
PKG_VERSION:=2.2.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=http://libcode.org/attachments/download/77/
|
||||
@@ -54,8 +54,6 @@ endef
|
||||
|
||||
CONFIGURE_ARGS += --with-libxml2
|
||||
|
||||
TARGET_CFLAGS += -D_XOPEN_SOURCE=500
|
||||
|
||||
define Package/klish/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/clish $(1)/usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user