mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
996c7672b9
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>
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
--- 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 "***********************************************"
|