openbsd-ports/www/ruby-passenger/patches/patch-ext_nginx_config

13 lines
498 B
Plaintext
Raw Normal View History

$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'`