We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f652a00 commit f13bcffCopy full SHA for f13bcff
Makefile.am
@@ -33,7 +33,8 @@ REL_DIR=$(HOME)/www-lftp/ftp
33
release-check:
34
for opt in "--with-modules" "--without-gnutls" "--without-openssl" \
35
"--without-gnutls --without-openssl" \
36
- "--with-modules --without-gnutls --without-openssl" ""; \
+ "--with-modules --without-gnutls --without-openssl" \
37
+ "--disable-ipv6" ""; \
38
do \
39
echo "Testing $$opt ..."; \
40
$(MAKE) distclean >/dev/null && $(srcdir)/configure -q $$opt || exit 1; \
0 commit comments