mc: switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
parent
93f9dccf5b
commit
6ec78592f7
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mc
|
PKG_NAME:=mc
|
||||||
PKG_VERSION:=4.8.21
|
PKG_VERSION:=4.8.21
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||||
PKG_LICENSE:=GPL-3.0+
|
PKG_LICENSE:=GPL-3.0+
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://ftp.midnight-commander.org/
|
||||||
PKG_HASH:=8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c
|
PKG_HASH:=8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_FIXUP:=autoreconf gettext-version
|
PKG_FIXUP:=autoreconf gettext-version
|
||||||
|
PKG_BUILD_DEPENDS:=MC_VFS:libtirpc
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS := \
|
PKG_CONFIG_DEPENDS := \
|
||||||
CONFIG_PACKAGE_MC \
|
CONFIG_PACKAGE_MC \
|
||||||
|
@ -33,7 +34,7 @@ include $(INCLUDE_DIR)/nls.mk
|
||||||
define Package/mc
|
define Package/mc
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+glib2 +libncurses +libmount +MC_VFS:libssh2 $(LIBRPC_DEPENDS) $(ICONV_DEPENDS)
|
DEPENDS:=+glib2 +libncurses +libmount +MC_VFS:libssh2 $(ICONV_DEPENDS)
|
||||||
TITLE:=Midnight Commander - a powerful visual file manager
|
TITLE:=Midnight Commander - a powerful visual file manager
|
||||||
URL:=https://www.midnight-commander.org/
|
URL:=https://www.midnight-commander.org/
|
||||||
MENU:=1
|
MENU:=1
|
||||||
|
@ -89,6 +90,8 @@ endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_MC_VFS),)
|
ifeq ($(CONFIG_MC_VFS),)
|
||||||
CONFIGURE_ARGS += --disable-vfs
|
CONFIGURE_ARGS += --disable-vfs
|
||||||
|
else
|
||||||
|
TARGET_CPPFLAGS += -I$(STAGING_DIR)/usr/include/tirpc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/mc/install
|
define Package/mc/install
|
||||||
|
|
Loading…
Reference in a new issue