summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2018-02-22 13:14:28 +0100
committerJulian Brost2018-02-22 13:14:28 +0100
commit90517d6c0b1b848e612b14524de3bbacc0bddc8e (patch)
treeb9bc77d60c15fb1e91cdc295a9f4ea86f0f6fdc1
parent86320d7a556d82b32d77b30b4cea6bafcac283e4 (diff)
downloadaur-90517d6c0b1b848e612b14524de3bbacc0bddc8e.tar.gz
add systemd to makedepends, required for building with extra-x86_64-build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f33ab00a905..bfdd26912288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL')
arch=('i686' 'x86_64')
url="http://www.icinga.org"
depends=('boost-libs' 'libedit' 'openssl' 'yajl')
-makedepends=('boost' 'cmake' 'git' 'libmariadbclient' 'postgresql-libs' 'wxgtk')
+makedepends=('boost' 'cmake' 'git' 'libmariadbclient' 'postgresql-libs' 'wxgtk' 'systemd')
source=('git+https://github.com/Icinga/icinga2.git')
sha256sums=('SKIP')