diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-11-03 21:52:01 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-11-03 21:52:01 +0100 |
commit | 858cfecf9d142c5577b755ebc84d3f88375eb726 (patch) | |
tree | 9cde202f459a34873bc6aaeca447fb0c72c6e589 /debian/control | |
parent | c526dbc24f3ec95771085967b9e300c9f9d4fc1f (diff) |
debian: build now depends on libgnutls
In Change-Id Ic77866ce65acf524b768882c751a4f9c0635740b we introduced a
gnutls fall-back for random number generation, and made this a default
unless explicitly disabled at compile time. This means the debian
package needs related build dependency.
Change-Id: I918e4b7bf1cb621679dce6339b3c4b69d653e2a6
Related: OS#1694
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 8ba5583a..64c48709 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, libdpkg-perl, git, + libgnutls28-dev, doxygen, libpcsclite-dev, pkg-config, |