From: nbd Date: Tue, 12 Jun 2012 01:57:06 +0000 (+0000) Subject: proftpd: disable ncurses support X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3a3be4207019698734d556e1671e067307f3a676;p=packages.git proftpd: disable ncurses support git-svn-id: svn://svn.openwrt.org/openwrt/packages@32259 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 44563bc76..2ed0e2e30 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -42,7 +42,9 @@ MAKE_FLAGS += \ CONFIGURE_ARGS += \ --disable-cap \ - --enable-devel + --enable-devel \ + ac_cv_header_curses_h=no \ + ac_cv_header_ncurses_h=no define Package/proftpd/install $(INSTALL_DIR) $(1)/etc