Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Load balancing, Apache compatible log files, and much more. based on a submission from Fernando Quintero (MAINTAINER) testing, feedback and ok sthen@
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
$OpenBSD: patch-cherokee_Makefile_in,v 1.1.1.1 2008/09/05 11:19:48 ajacoutot Exp $
|
|
--- cherokee/Makefile.in.orig Sat Aug 30 17:53:31 2008
|
|
+++ cherokee/Makefile.in Sat Aug 30 17:54:28 2008
|
|
@@ -1018,7 +1018,8 @@ $(common_ldflags) \
|
|
-module \
|
|
-avoid-version \
|
|
-export-dynamic \
|
|
-$(module_ldflags_w32)
|
|
+$(module_ldflags_w32) \
|
|
+-Wl,-rpath,${PREFIX}/lib/cherokee
|
|
|
|
|
|
#
|