diff options
-rw-r--r-- | package/ncftp/ncftp.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ncftp/ncftp.mk b/package/ncftp/ncftp.mk index 5c88556a39..11bfccaa25 100644 --- a/package/ncftp/ncftp.mk +++ b/package/ncftp/ncftp.mk @@ -12,6 +12,7 @@ NCFTP_LICENSE = Clarified Artistic License NCFTP_LICENSE_FILES = doc/LICENSE.txt NCFTP_DEPENDENCIES = host-autoconf +NCFTP_CONF_OPTS = --disable-ccdv # The bundled configure script is generated by autoconf 2.13 and doesn't # detect cross-compilation correctly. Therefore, we have to regenerate it. |