diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-09 11:05:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 11:05:00 +0200 |
commit | 8822c451b298b256d4de66cb2e56890b336b6a70 (patch) | |
tree | 9e9a2fd4ab360e0d905a097e3c505a97a80e1356 | |
parent | 329c3e314457e2329c961ada1640ccbab84dd281 (diff) | |
download | vyos-strongswan-8822c451b298b256d4de66cb2e56890b336b6a70.tar.gz vyos-strongswan-8822c451b298b256d4de66cb2e56890b336b6a70.zip |
Debian: bullseye needs libxtables-dev over iptables-dev
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1f200fdf1..68cae42e8 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: bison, dpkg-dev (>= 1.16.2), flex, gperf, - iptables-dev [linux-any], + iptables-dev [linux-any] | libxtables-dev [linux-any], libcap-dev [linux-any], libcurl4-openssl-dev | libcurl3-dev | libcurl2-dev, libgcrypt20-dev | libgcrypt11-dev, |