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. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel