diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 03:49:22 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 04:01:33 +0100 |
commit | 8f42f5649a38652eab0aed4a40883e80a145bdb0 (patch) | |
tree | 8b9fbbc4774cdfa0541a6d42f7eaa74c2675f218 /community | |
parent | 268a8314fe5cf97157ac1cd3050076b455821750 (diff) | |
download | aports-8f42f5649a38652eab0aed4a40883e80a145bdb0.tar.bz2 aports-8f42f5649a38652eab0aed4a40883e80a145bdb0.tar.xz |
community/evolution-data-server: disable systemd service
Diffstat (limited to 'community')
-rw-r--r-- | community/evolution-data-server/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/evolution-data-server/APKBUILD b/community/evolution-data-server/APKBUILD index 6ccc2cf3cc..5815c47793 100644 --- a/community/evolution-data-server/APKBUILD +++ b/community/evolution-data-server/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=evolution-data-server pkgver=3.34.3 -pkgrel=0 +pkgrel=1 pkgdesc="data server for evolution" url="https://projects.gnome.org/evolution" arch="all" @@ -33,6 +33,7 @@ build() { -DENABLE_UOA=OFF \ -DENABLE_INTROSPECTION=ON \ -DENABLE_VALA_BINDINGS=ON \ + -DWITH_SYSTEMUSERUNITDIR=no \ .. make } |