[DRE-commits] [diaspora-installer] 02/02: fix sigar issue

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jun 30 18:10:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora-installer.

commit 3d2777cc2111dacc4222c515666bf28a31626301
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Jun 30 23:40:07 2016 +0530

    fix sigar issue
---
 debian/postinst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/postinst b/debian/postinst
index b0ec81d..ecbb84d 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -84,6 +84,8 @@ case "$1" in
                     . ${diaspora_conf}
 		    install_gems
 
+		    # https://github.com/hyperic/sigar/issues/60
+                    su diaspora -s /bin/sh -c "bundle config --local build.sigar '--with-cppflags=\"-fgnu89-inline\"'"
                     su diaspora -s /bin/sh -c 'bundle install --without development test'
 		    migrate
                 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git



More information about the Pkg-ruby-extras-commits mailing list