ports/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
Sergey A. Osokin b6042b0321 Update from 4.0.26 to 4.0.27:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.

<ChangeLog>

* [Apache] Fixed a bug in the Apache module which could lock up the Apache
  process or thread. This is a regression introduced in version 4.0.24.
* Node.js application processes now have friendly process titles.

</ChangeLog>
2013-12-06 02:28:12 +00:00

20 lines
667 B
Ruby

--- ../passenger-4.0.27/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
+++ ../passenger-4.0.27/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400
@@ -32,16 +32,12 @@
desc "Build Nginx support files"
task :nginx => [
:nginx_without_native_support,
+ LIBBOOST_OXT,
NATIVE_SUPPORT_TARGET
].compact
task :nginx_without_native_support => [
auto_generated_sources,
- AGENT_OUTPUT_DIR + 'PassengerHelperAgent',
- AGENT_OUTPUT_DIR + 'PassengerWatchdog',
- AGENT_OUTPUT_DIR + 'PassengerLoggingAgent',
- AGENT_OUTPUT_DIR + 'SpawnPreparer',
- AGENT_OUTPUT_DIR + 'TempDirToucher',
COMMON_LIBRARY.only(*NGINX_LIBS_SELECTOR).link_objects
].flatten