summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2017-11-02 10:40:21 +0100
committerJonne Haß2017-11-02 10:40:21 +0100
commitfa0366ad8b0b13d280fdf62c8c52de5bd7f0becf (patch)
tree1e90bb4006b8b2c8ee9c0075541294efb6e39e86 /PKGBUILD
parent0cd436fdb598a044dfb0726808a1008c33caae0d (diff)
downloadaur-fa0366ad8b0b13d280fdf62c8c52de5bd7f0becf.tar.gz
diaspora: fix building sigar
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ce9aed819e3..e2f7046cd4de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,7 @@ build() {
msg "Bundle dependencies"
echo "gem: --no-rdoc --no-ri --no-user-install" > $_builddir/.gemrc
- HOME=$_builddir $_bundle config --local build.sigar '--with-cppflags="-fgnu89-inline"'
+ HOME=$_builddir $_bundle config --local build.sigar --with-cppflags=-fgnu89-inline
HOME=$_builddir $_bundle config --local path vendor/bundle
HOME=$_builddir $_bundle config --local frozen 1
HOME=$_builddir $_bundle config --local disable_shared_gems true