From 6ec78592f797f417ae4bc752b7c422098120eae5 Mon Sep 17 00:00:00 2001 From: Andy Walsh Date: Sun, 12 Aug 2018 21:00:25 +0200 Subject: [PATCH] mc: switch to libtirpc Signed-off-by: Andy Walsh --- utils/mc/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utils/mc/Makefile b/utils/mc/Makefile index 1277ab15c..ab3ae2b68 100644 --- a/utils/mc/Makefile +++ b/utils/mc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mc PKG_VERSION:=4.8.21 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Dirk Brenken PKG_LICENSE:=GPL-3.0+ @@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://ftp.midnight-commander.org/ PKG_HASH:=8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf gettext-version +PKG_BUILD_DEPENDS:=MC_VFS:libtirpc PKG_CONFIG_DEPENDS := \ CONFIG_PACKAGE_MC \ @@ -33,7 +34,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/mc SECTION:=utils 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 URL:=https://www.midnight-commander.org/ MENU:=1 @@ -89,6 +90,8 @@ endif ifeq ($(CONFIG_MC_VFS),) CONFIGURE_ARGS += --disable-vfs +else +TARGET_CPPFLAGS += -I$(STAGING_DIR)/usr/include/tirpc endif define Package/mc/install