~ubuntu-branches/ubuntu/wily/ruby-passenger/wily-proposed

« back to all changes in this revision

Viewing changes to lib/phusion_passenger/platform_info/depcheck_specs/apache2.rb

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-11-23 23:50:02 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131123235002-8fdhsq7afj15o2z2
Tags: 4.0.25-1
* New upstream release.
* Refresh fix_install_path.patch.
* Build for Ruby 2.0 instead of 1.8. (Closes: #725591)
* Add fix_ftbfs_fortify_source.patch.
* Install passenger template files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                emerge "apache"
57
57
        end
58
58
        on :macosx do
59
 
                xcode_install "Command Line Tools"
 
59
                install_osx_command_line_tools
60
60
        end
61
61
end
62
62
 
89
89
                emerge "apr"
90
90
        end
91
91
        on :macosx do
92
 
                xcode_install "Command Line Tools"
 
92
                install_osx_command_line_tools
93
93
        end
94
94
end
95
95
 
119
119
                yum_install "apr-util-devel"
120
120
        end
121
121
        on :macosx do
122
 
                xcode_install "Command Line Tools"
 
122
                install_osx_command_line_tools
123
123
        end
124
124
end