blob: 1a72af5849c1768a3fac0aeb65527cf4058a1559 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- ../passenger-5.0.8/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
+++ ../passenger-5.0.8/build/nginx.rb 2015-03-07 06:07:38.000000000 +0300
@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [
:nginx_without_native_support,
+ LIBBOOST_OXT,
NATIVE_SUPPORT_TARGET
].compact
@@ -40,7 +41,6 @@
task :nginx_without_native_support => [
auto_generated_sources,
- AGENT_OUTPUT_DIR + AGENT_EXE,
COMMON_LIBRARY.only(*NGINX_LIBS_SELECTOR).link_objects
].flatten
|