openbsd-ports/www/ruby-passenger/patches/patch-ext_nginx_config
william cb29cc2d52 Update to passenger 3.0.7
Ignore EINVAL from sigaltstack, seems to be what ruby itself does in 1.9

committing on behalf of jeremy@, who did all the work,
tested on i386 and tested packaging on amd64.  All so I can commit a
simple nginx update... THANKS.

ok jasper
2011-05-17 03:25:18 +00:00

13 lines
498 B
Plaintext

$OpenBSD: patch-ext_nginx_config,v 1.3 2011/05/17 03:25:18 william Exp $
--- ext/nginx/config.orig Thu Feb 17 07:05:08 2011
+++ ext/nginx/config Wed Apr 27 10:30:11 2011
@@ -41,7 +41,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"
nginx_version=`grep 'NGINX_VERSION ' src/core/nginx.h | awk '{ print $3 }' | sed 's/"//g'`