Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2018-04-08 02:22:49 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-04-12 03:41:54 +0300
commit9e20215a249336306d03b5fefccdce2e21ccf69c (patch)
tree1a24abbf3f98997f3d29415615829b4c84f8badc /script
parent0602e7fa9493d78dd14c5c5b0b26f74370d08701 (diff)
Bump eye
Diffstat (limited to 'script')
-rwxr-xr-xscript/configure_bundler4
1 files changed, 0 insertions, 4 deletions
diff --git a/script/configure_bundler b/script/configure_bundler
index 1f30cca70..67e6aa055 100755
--- a/script/configure_bundler
+++ b/script/configure_bundler
@@ -28,8 +28,4 @@ if rails_env != "development"
config("disable_shared_gems true")
end
-if `gcc -dumpversion`.split(".").first.to_i >= 5
- config("build.sigar \"--with-cppflags='-fgnu89-inline'\"")
-end
-
puts "Bundler configured! Please run 'bin/bundle install' now."