In r30942 on fresh installed x86 mc do not start, as of missing "librpc".
This will correct the deps to pull librpc.
Also closes #10489.


Signed-off-by: Sven Roederer <[email protected]>
---

Index: utils/mc/Makefile
===================================================================
--- utils/mc/Makefile   (Revision 31071)
+++ utils/mc/Makefile   (Arbeitskopie)
@@ -24,7 +24,7 @@
 define Package/mc
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=+glib2 +libncurses $(ICONV_DEPENDS)
+  DEPENDS:=+glib2 +libncurses +librpc $(ICONV_DEPENDS)
   TITLE:=midnight commander - a powerful file manager
   URL:=http://www.midnight-commander.org/
   SUBMENU:=filemanager

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to