diff options
-rw-r--r-- | community/doas/APKBUILD | 6 |
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 } |