From cf7d637ee9c6034152f9f789c8e65893f0295289 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 4 Jun 2009 19:51:01 +0200 Subject: first regressions found while runtime testing - fix add_rconf and quoting - update gpsd to latest upstream - do not use size parameter for cfgfs and tmpfs - disable some dangerous busybox options - fix some kernel module dependencies --- package/mc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/mc') diff --git a/package/mc/Makefile b/package/mc/Makefile index 10ed0320a..056ff02b6 100644 --- a/package/mc/Makefile +++ b/package/mc/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --disable-charset \ --disable-background \ --disable-gcc-warnings \ --disable-glibtest \ + --disable-netcode \ --without-libiconv-prefix \ --without-x \ --with-vfs \ @@ -34,6 +35,8 @@ CONFIGURE_ARGS+= --disable-charset \ --with-screen=ncurses \ --with-edit CONFIGURE_ENV+= mc_cv_have_zipinfo=yes \ + ac_cv_lib_nsl_t_accept=no \ + ac_cv_lib_nsl_gethostbyname=no \ am_cv_func_iconv=no BUILD_STYLE= auto INSTALL_STYLE= auto -- cgit v1.2.3