1
0
forked from ports/contrib

yubico-pam: fix persitent coverage files in PKGMK_WORK_DIR

This commit is contained in:
Tim Biermann 2020-05-04 18:39:52 +00:00
parent f81f365fb4
commit 44ff668b6e
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38UO2fItiO895npoiUuU4L8UuimAuQoOJaTpxr3cYLJrMHZ9wOd9rZeH8NnmKsE4dHI5PGtRfrnYKrldfgRAzQI=
SHA256 (Pkgfile) = b65a389015a8a6d7fdd3ee3b654e39213ea76ab49cf195415475e0bffe8de218
RWSagIOpLGJF38cTYq6Cnaqjnj8/OqRKJkLf8Jw4HlbaZrm43G6EQX07B2qV8GE5dlSSe/Z4h+XVtDdYQXuHiM+nfqLtVytmkQg=
SHA256 (Pkgfile) = ce8318ae141b274aad508c79efb3b51ab798e6e8c6080c7c8bf30a1ee6310ad1
SHA256 (.footprint) = c70062ef917bcc3bffeee3bcf9c3be84bbce30b133c599193a662c5eb6697cf6
SHA256 (yubico-pam-2.26.tar.gz) = 5178fc083d12c9b26412adc80dab5d7ef463a689ef2e0143cb6f117732705dc7

View File

@ -5,7 +5,7 @@
name=yubico-pam
version=2.26
release=2
release=3
source=(https://github.com/Yubico/yubico-pam/archive/$version/$name-$version.tar.gz)
build() {
@ -13,7 +13,6 @@ build() {
autoreconf -fi
./configure --prefix=/usr \
--with-pam-dir=/lib/security \
--enable-coverage=no \
--disable-static
make
make DESTDIR=$PKG install