summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Spradling2018-02-19 21:27:52 -0500
committerMichael Spradling2018-02-19 21:27:52 -0500
commit47cbe48f3e6fcb0d7abf37d6691e999c56fd2250 (patch)
treea227c985e1235c371ea200da0bc6ceeff453ba44
parent3b46be1970bda8222d156f366a7bbb8e5618025b (diff)
downloadaur-47cbe48f3e6fcb0d7abf37d6691e999c56fd2250.tar.gz
Don't build cephfs, broke upstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32e275bee633..d7ca2c6279b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bareos
pkgdesc = Bareos - Backup Archiving REcovery Open Sourced
pkgver = 17.2.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.bareos.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2c656a75f2d0..58173564659d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ pkgname=("${pkgbase}-common"
"${pkgbase}-storage-python-plugin")
pkgver=17.2.5
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
groups=('bareos')
pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
@@ -39,6 +39,10 @@ prepare() {
build() {
cd $pkgbase
+
+ # Disable cephfs, broken
+ sed -i 's/have_cephfs=\"yes\"/have_cephfs=\"no\"/' ./configure
+
./configure \
--prefix=/usr \
--sbindir=/usr/bin \