From 6ef8097ef12580b8085a310029b871607d81d5a9 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 11 Jan 2007 16:35:10 +0000 Subject: [PATCH] Changed --without-ssl configure option to --with-ssl=gnutls. ... even though this does not seem to be necessary as cadaver uses GnuTLS from neon. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9dac3b7..11daf3c 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ $(BUILDDIR)/config.status: configure cd $(BUILDDIR) && CFLAGS="$(CFLAGS)" ../../configure \ --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr --mandir=\$${prefix}/share/man \ - --enable-warnings --enable-netrc --without-ssl + --enable-warnings --enable-netrc --with-ssl=gnutls build: build-stamp -- 2.30.2