diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-14 04:08:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-14 04:08:07 +0000 |
commit | 996c7672b9173cf2fe74353c68e1842610d20dd9 (patch) | |
tree | 9147bb545af65cacc77db0b678dc96bbe8169add /www/mod_gnutls/files/patch-src-Makefile.in | |
parent | 430de3a3705c8b0eb333023d6a8cc29c18bb66fd (diff) | |
download | ports-996c7672b9173cf2fe74353c68e1842610d20dd9.tar.gz ports-996c7672b9173cf2fe74353c68e1842610d20dd9.zip |
mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS
1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in
purpose, but does not use OpenSSL.
WWW: http://www.outoforder.cc/projects/apache/mod_gnutls/
PR: ports/154463
Submitted by: Fumiyuki Shimizu <fumifumi at abacustech.jp>
Notes
Notes:
svn path=/head/; revision=269128
Diffstat (limited to 'www/mod_gnutls/files/patch-src-Makefile.in')
-rw-r--r-- | www/mod_gnutls/files/patch-src-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_gnutls/files/patch-src-Makefile.in b/www/mod_gnutls/files/patch-src-Makefile.in new file mode 100644 index 000000000000..f220cd90014f --- /dev/null +++ b/www/mod_gnutls/files/patch-src-Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2010-09-24 15:55:26.000000000 +0900 ++++ src/Makefile.in 2011-02-02 16:12:43.000000000 +0900 +@@ -612,7 +612,7 @@ + rm -fr .libs + + install: make_so +- @${APXS_BIN} -i -n gnutls mod_gnutls.so ++ @${APXS_BIN} -i -a -n gnutls mod_gnutls.so + @echo "" + @echo "" + @echo "***********************************************" |