b43ac205b0
splitting into a multipackage, with a subpackage for the standalone version (which embeds a version of nginx). The standalone version operates much like other ruby webservers, serving a single ruby/rack application. Switch to using the gem version of passenger. Because the gem installs into a versioned directory, setup symlinks to the versioned directory so that nginx configuration files don't need to be modified when the version is updated.
13 lines
450 B
Plaintext
13 lines
450 B
Plaintext
$OpenBSD: patch-ext_nginx_config,v 1.4 2011/12/13 18:38:18 jeremy Exp $
|
|
--- ext/nginx/config.orig Wed Dec 31 16:00:00 1969
|
|
+++ ext/nginx/config Wed Nov 30 10:51:43 2011
|
|
@@ -29,7 +29,7 @@ NGX_ADDON_DEPS="$NGX_ADDON_DEPS \
|
|
CORE_LIBS="$CORE_LIBS \
|
|
${ngx_addon_dir}/../common/libpassenger_common.a \
|
|
${ngx_addon_dir}/../common/libboost_oxt.a \
|
|
- -lstdc++ -lpthread"
|
|
+ -lstdc++ -pthread"
|
|
|
|
ngx_feature="Math library"
|
|
ngx_feature_name=
|