summaryrefslogtreecommitdiff
path: root/package/mc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:51:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:51:01 +0200
commitcf7d637ee9c6034152f9f789c8e65893f0295289 (patch)
treeb6bc077658a89d8a65446f592186c9ca98b13a3e /package/mc
parent322327d668e6cef8bb5f318bc414593794530b7b (diff)
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
Diffstat (limited to 'package/mc')
-rw-r--r--package/mc/Makefile3
1 files changed, 3 insertions, 0 deletions
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