mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
18 lines
504 B
Ruby
18 lines
504 B
Ruby
--- ../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
|
|
|