1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/www/mod_gnutls/files/patch-src-Makefile.in
Martin Wilke 996c7672b9 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>
2011-02-14 04:08:07 +00:00

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 "***********************************************"