diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-07-12 22:40:43 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-07-13 09:14:17 +0200 |
commit | a76c05bba060f4da5ec7c56e5634eaafb6d2ebfe (patch) | |
tree | d8bf29d939048a3130270569ea21e18c294f0056 /debian/control | |
parent | 7fc75c420a47fd29a399468b920641ebb43fa75c (diff) | |
download | mariadb-git-a76c05bba060f4da5ec7c56e5634eaafb6d2ebfe.tar.gz |
Require either OpenSSL 1.0 or 1.1 on Debian
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 eba70224773..50b07e73537 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Build-Depends: bison, libpam0g-dev, libpcre3-dev (>= 2:8.35-3.2~), libreadline-gplv2-dev, - libssl-dev, + libssl-dev | libssl1.0-dev, libsnappy-dev, libsystemd-dev, libxml2-dev, |