summaryrefslogtreecommitdiff
path: root/libre/systemd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-03 13:28:01 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-03 13:28:01 -0400
commit2129bef1dbedd7f63c2d065c738384e76ae81278 (patch)
tree5d478a2c258685dada54fc9c3a0093a1708fbfdc /libre/systemd
parentc6748bdb3f1fb48927117b198a76094c1b1e3ccf (diff)
downloadabslibre-2129bef1dbedd7f63c2d065c738384e76ae81278.tar.gz
abslibre-2129bef1dbedd7f63c2d065c738384e76ae81278.tar.bz2
abslibre-2129bef1dbedd7f63c2d065c738384e76ae81278.zip
libre/systemd: fix build for gperf 3.1
Diffstat (limited to 'libre/systemd')
-rw-r--r--libre/systemd/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index a2905fd28..d25f533ce 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=232
pkgrel=8.parabola2
arch=('i686' 'x86_64' 'armv7h')
url="https://www.github.com/systemd/systemd"
-makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
+makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf>=3.1' 'lz4' 'xz' 'pam' 'libelf'
'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
'libmicrohttpd' 'libxslt' 'util-linux' 'linux-libre-api-headers'
'python-lxml' 'quota-tools' 'shadow' 'git')
@@ -70,6 +70,7 @@ _backports=(
'cfed63f60dd7412c199652825ed172c319b02b3c' # nspawn: fix exit code for --help and --version (#4609)
'3099caf2b5bb9498b1d0227c40926435ca81f26f' # journal: make sure to initially populate the space info cache (#4807)
'3d4cf7de48a74726694abbaa09f9804b845ff3ba' # build-sys: check for lz4 in the old and new numbering scheme (#4717)
+ 'c9f7b4d356a453a01aa77a6bb74ca7ef49732c08' # build-sys: add check for gperf lookup function signature (#5055)
)
_validate_tag() {