[csw-devel] SF.net SVN: gar:[15981] csw/mgar/pkg/lighttpd/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Oct 25 09:34:00 CEST 2011
Revision: 15981
http://gar.svn.sourceforge.net/gar/?rev=15981&view=rev
Author: dmichelsen
Date: 2011-10-25 07:34:00 +0000 (Tue, 25 Oct 2011)
Log Message:
-----------
lighttpd/trunk: Enable SSL
Modified Paths:
--------------
csw/mgar/pkg/lighttpd/trunk/Makefile
Modified: csw/mgar/pkg/lighttpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lighttpd/trunk/Makefile 2011-10-25 07:26:23 UTC (rev 15980)
+++ csw/mgar/pkg/lighttpd/trunk/Makefile 2011-10-25 07:34:00 UTC (rev 15981)
@@ -39,6 +39,7 @@
RUNTIME_DEP_PKGS_CSWlighttpd += CSWlibpcre0
RUNTIME_DEP_PKGS_CSWlighttpd += CSWlibbz2-1-0
RUNTIME_DEP_PKGS_CSWlighttpd += CSWlibz1
+RUNTIME_DEP_PKGS_CSWlighttpd += CSWosslrt
EXTRA_LINKER_FLAGS += -lsendfile
@@ -52,6 +53,9 @@
CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-openssl=$(prefix)
+EXTRA_LINKER_FLAGS += -lcrypto
+
# Solaris 9 does not have IPV6_V6ONLY.
# IPv6 support only works on Solaris 10.
CONFIGURE_ARGS_5.9 = --disable-ipv6
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list