aboutsummaryrefslogtreecommitdiffstats
path: root/community/doas
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-25 17:53:29 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-25 17:54:18 +0100
commit2090e143369de22c64e69780bc51c9e0a717d8d6 (patch)
tree8f9dde558e75ac2b72793b229f9ad5c9a69e5c18 /community/doas
parenta8c5bffc0e848bb42ce2e4f7bc575089d1445bba (diff)
downloadaports-2090e143369de22c64e69780bc51c9e0a717d8d6.tar.bz2
aports-2090e143369de22c64e69780bc51c9e0a717d8d6.tar.xz
community/doas: enable persist. link dynamic
Diffstat (limited to 'community/doas')
-rw-r--r--community/doas/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/doas/APKBUILD b/community/doas/APKBUILD
index f3b4ad3191..90f2b5fe0d 100644
--- a/community/doas/APKBUILD
+++ b/community/doas/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=doas
pkgver=6.6
-pkgrel=0
+pkgrel=1
pkgdesc="OpenBSD's temporary privledge escalation tool"
url="https://github.com/Duncaen/OpenDoas"
arch="all"
@@ -19,8 +19,8 @@ build() {
cd "$builddir"
./configure \
--prefix=/usr \
- --enable-static \
- --without-pam
+ --without-pam \
+ --with-timestamp
make
}