]> git.pld-linux.org Git - packages/passenger.git/blobdiff - passenger_apache_fix_autofoo.patch
- removed obsolete patches
[packages/passenger.git] / passenger_apache_fix_autofoo.patch
diff --git a/passenger_apache_fix_autofoo.patch b/passenger_apache_fix_autofoo.patch
deleted file mode 100644 (file)
index e244e8f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- build/config.rb.orig       2012-08-14 16:40:28.375910357 -0400
-+++ build/config.rb    2012-08-14 16:41:29.850088472 -0400
-@@ -26,9 +26,9 @@
- CXX      = string_option("CXX", "g++")
- # TODO: consider -fcommon
- if OPTIMIZE
--      OPTIMIZATION_FLAGS = "#{PlatformInfo.debugging_cflags} -O2 -DBOOST_DISABLE_ASSERTS".strip
-+      OPTIMIZATION_FLAGS = "#{ENV['CXXFLAGS']} #{PlatformInfo.debugging_cflags} -O2 -DBOOST_DISABLE_ASSERTS".strip
- else
--      OPTIMIZATION_FLAGS = "#{PlatformInfo.debugging_cflags} -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS".strip
-+      OPTIMIZATION_FLAGS = "#{ENV['CXXFLAGS']} #{PlatformInfo.debugging_cflags} -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS".strip
- end
- # Extra compiler flags that should always be passed to the C/C++ compiler.
This page took 0.07805 seconds and 4 git commands to generate.