[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f5e65e59f61586885d2d1c8c6ac706e291b47b76)

Vlad Glagolev scm at sourcemage.org
Sat Apr 25 11:26:30 EDT 2009


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 http/nginx/DEPENDS |    2 +-
 http/nginx/HISTORY |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit f5e65e59f61586885d2d1c8c6ac706e291b47b76
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    nginx: fixed ssl dep flag

diff --git a/http/nginx/DEPENDS b/http/nginx/DEPENDS
index cfdbd47..e386f07 100755
--- a/http/nginx/DEPENDS
+++ b/http/nginx/DEPENDS
@@ -1,4 +1,4 @@
-depends openssl &&
+depends openssl "--with-http_ssl_module" &&
 
 optional_depends pcre \
                  "--with-pcre" \
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index c26263a..4148b80 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,6 @@
+2009-04-17 Vlad Glagolev <stealth at sourcemage.org>
+	* DEPENDS: added ssl module option
+
 2009-04-03 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 0.6.36
 	* DEPENDS: "--with-pcre" is now allowed



More information about the SM-Commit mailing list