mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/tailscale: depend on resolvconf
tailscale needs a compatible resolvconf command and there could (downstream) be other providers of resolvconf besides openresolv. This fixes the package so it can be used with these other providers.
This commit is contained in:
parent
a249b36b6e
commit
725cd049df
@ -5,7 +5,7 @@
|
||||
# Maintainer: Robert Günzler <r@gnzler.io>
|
||||
pkgname=tailscale
|
||||
pkgver=1.90.9
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="The easiest, most secure way to use WireGuard and 2FA"
|
||||
url="https://tailscale.com/"
|
||||
license="BSD-3-Clause"
|
||||
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
||||
arch="all !s390x"
|
||||
options="chmod-clean"
|
||||
# see https://tailscale.com/kb/1188/linux-dns#dhcp-dhclient-overwriting-etcresolvconf
|
||||
depends="openresolv"
|
||||
depends="cmd:resolvconf"
|
||||
makedepends="
|
||||
go
|
||||
linux-headers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user