summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/passenger/files/passenger-3.0.0-ldflags.patch')
-rw-r--r--www-apache/passenger/files/passenger-3.0.0-ldflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/www-apache/passenger/files/passenger-3.0.0-ldflags.patch b/www-apache/passenger/files/passenger-3.0.0-ldflags.patch
deleted file mode 100644
index dd378addf7a5..000000000000
--- a/www-apache/passenger/files/passenger-3.0.0-ldflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- build/config.rb.~1~ 2010-11-07 11:46:22.257690348 +0100
-+++ build/config.rb 2010-11-07 12:41:40.601438803 +0100
-@@ -25,7 +25,7 @@
-
- # Extra linker flags that should always be passed to the linker.
- # Should be included last in the command string, even after PlatformInfo.portability_ldflags.
--EXTRA_LDFLAGS = ""
-+EXTRA_LDFLAGS = "#{ENV['LDFLAGS']}"
-
- # Whether to use the vendored libev or the system one.
--USE_VENDORED_LIBEV = boolean_option("USE_VENDORED_LIBEV", true)
-\ No newline at end of file
-+USE_VENDORED_LIBEV = boolean_option("USE_VENDORED_LIBEV", true)