diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-05-13 22:05:14 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-05-13 22:05:14 +0200 |
commit | 573dddf2ded885e30b5550adec80696bad875d3c (patch) | |
tree | 8683a0593717b87b243ce681809a01095f89bfbe /debian/control | |
parent | ef826cba9e18b0e527481721dfcd903e49873b40 (diff) | |
download | vyos-strongswan-573dddf2ded885e30b5550adec80696bad875d3c.tar.gz vyos-strongswan-573dddf2ded885e30b5550adec80696bad875d3c.zip |
Fix FTBFS
* debian/control:
- add build-dep on libgcrypt20-dev, fix FTBFS. closes: #747796
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 79ead5939..ff114414d 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.2), libtool, libgmp3-dev, hardening-wrapper, libfcgi-dev, clearsilver-dev, libxml2-dev, libsqlite3-dev, network-manager-dev (>= 0.7) [linux-any], libnm-glib-vpn-dev (>= 0.7) [linux-any], libnm-util-dev (>= 0.7) [linux-any], - gperf, libcap-dev [linux-any], dh-autoreconf + gperf, libcap-dev [linux-any], dh-autoreconf, libgcrypt20-dev Homepage: http://www.strongswan.org Package: strongswan |