diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 16:07:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-03 07:52:28 -0300 |
commit | b5f8ece2e2ec2b90bd37ce1972932a2592cef85d (patch) | |
tree | ba48db1aed717196c3f9a0632703d67a86e38cdf /community/elogind | |
parent | e0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (diff) | |
download | aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.bz2 aports-b5f8ece2e2ec2b90bd37ce1972932a2592cef85d.tar.xz |
community/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'community/elogind')
-rw-r--r-- | community/elogind/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/elogind/APKBUILD b/community/elogind/APKBUILD index 815a8c1cc7..9460219337 100644 --- a/community/elogind/APKBUILD +++ b/community/elogind/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=elogind pkgver=243.4 -pkgrel=2 +pkgrel=3 pkgdesc="Standalone fork of systemd's elogind" url="https://github.com/elogind/elogind" arch="all" @@ -47,6 +47,7 @@ build() { meson \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ + --buildtype=plain \ -Dprefix=/usr \ -Dcgroup-controller=elogind \ -Dhalt-path=/sbin/halt \ |