From: Sebastian Harl Date: Thu, 11 Jan 2007 16:35:10 +0000 (+0000) Subject: Changed --without-ssl configure option to --with-ssl=gnutls. X-Git-Tag: cadaver-0.22.4-1^0 X-Git-Url: https://git.tokkee.org/?p=pkg-cadaver.git;a=commitdiff_plain;h=6ef8097ef12580b8085a310029b871607d81d5a9 Changed --without-ssl configure option to --with-ssl=gnutls. ... even though this does not seem to be necessary as cadaver uses GnuTLS from neon. --- 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