mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/duo_unix: fix depends
let abuild pull in the needed libraries
This commit is contained in:
parent
b706b95052
commit
2ee6c8bedc
@ -2,13 +2,13 @@
|
||||
# Maintainer: Paul Morgan <jumanjiman@gmail.com>
|
||||
pkgname=duo_unix
|
||||
pkgver=1.9.19
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="duosecurity.com two-factor authentication"
|
||||
url="https://duo.com/support/documentation/duounix"
|
||||
arch="all"
|
||||
license="GPL2"
|
||||
depends="openssl zlib"
|
||||
depends_dev="libc-dev openssl-dev zlib-dev"
|
||||
depends=""
|
||||
depends_dev="openssl-dev zlib-dev"
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
options="suid"
|
||||
|
Loading…
Reference in New Issue
Block a user