]> git.pld-linux.org Git - packages/passenger.git/commitdiff
- 3.0.11 auto/th/apache-mod_rails-3_0_11-1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 9 Dec 2011 11:35:29 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_rails-build.patch -> 1.3
    apache-mod_rails.spec -> 1.27

apache-mod_rails-build.patch
apache-mod_rails.spec

index 7ff7f48267fa5fbd6db656cb4f186cbfa357d850..7b59c140a66b7f704615c32d6610dbd1922d8aca 100644 (file)
  else
        OPTIMIZATION_FLAGS = "#{PlatformInfo.debugging_cflags} -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS".strip
  end
-@@ -32,7 +33,7 @@
+@@ -32,10 +33,11 @@
  
  # Extra compiler flags that should always be passed to the C/C++ compiler.
  # Should be included last in the command string, even after PlatformInfo.portability_cflags.
--EXTRA_CXXFLAGS = "-Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long #{OPTIMIZATION_FLAGS}".strip
-+EXTRA_CXXFLAGS = "-Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long #{OPTIMIZATION_FLAGS} #{CXXFLAGS}".strip
+-EXTRA_CXXFLAGS = "-Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long"
++EXTRA_CXXFLAGS = "-Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long"
+ EXTRA_CXXFLAGS << " -Wno-missing-field-initializers" if PlatformInfo.compiler_supports_wno_missing_field_initializers_flag?
+ EXTRA_CXXFLAGS << " -mno-tls-direct-seg-refs" if PlatformInfo.requires_no_tls_direct_seg_refs? && PlatformInfo.compiler_supports_no_tls_direct_seg_refs_option?
+ EXTRA_CXXFLAGS << " #{OPTIMIZATION_FLAGS}" if !OPTIMIZATION_FLAGS.empty?
++EXTRA_CXXFLAGS << " #{CXXFLAGS}" if !CXXFLAGS.empty?
  
  # Extra linker flags that should always be passed to the linker.
  # Should be included last in the command string, even after PlatformInfo.portability_ldflags.
index dd351b959a207c4d66c89d799780a6fb2cf8518e..6100a03999efd1599aaca47454cf6079154ce56e 100644 (file)
 
 Summary:       A module to bridge Ruby on Rails to Apache
 Name:          apache-mod_rails
-Version:       3.0.9
+Version:       3.0.11
 Release:       1
 License:       Apache
 Group:         Networking/Daemons/HTTP
 Source0:       http://rubygems.org/downloads/passenger-%{version}.gem
-# Source0-md5: d616c8425071303b983b6c09fea8004a
+# Source0-md5: c0cafef2c5ba522310602f451ea4c941
 Source1:       %{name}.conf
 Patch0:                %{name}-nogems.patch
 Patch1:                %{name}-alias+public.patch
This page took 0.083857 seconds and 4 git commands to generate.