2011-05-17 03:25:18 +00:00
|
|
|
$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 \
|
2009-08-20 20:36:12 +00:00
|
|
|
CORE_LIBS="$CORE_LIBS \
|
2010-11-08 23:47:37 +00:00
|
|
|
${ngx_addon_dir}/../common/libpassenger_common.a \
|
|
|
|
${ngx_addon_dir}/../common/libboost_oxt.a \
|
2009-08-20 20:36:12 +00:00
|
|
|
- -lstdc++ -lpthread"
|
|
|
|
+ -lstdc++ -pthread"
|
2010-11-08 23:47:37 +00:00
|
|
|
|
|
|
|
nginx_version=`grep 'NGINX_VERSION ' src/core/nginx.h | awk '{ print $3 }' | sed 's/"//g'`
|
|
|
|
|