Commit 2a78c3ef authored by Salman Mohammadi's avatar Salman Mohammadi Committed by Daniel Black

MDEV-30509: mariadb-plugin-connect: introduce curl as recommends

in order to be able to retrieve files using REST queries. Otherwise,
`ERROR 1105 (HY000): Curl not installed.` will be thrown.
parent f812f8e1
...@@ -525,6 +525,7 @@ Depends: libxml2, ...@@ -525,6 +525,7 @@ Depends: libxml2,
unixodbc, unixodbc,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Recommends: curl
Breaks: mariadb-connect-engine-10.1, Breaks: mariadb-connect-engine-10.1,
mariadb-connect-engine-10.2, mariadb-connect-engine-10.2,
mariadb-connect-engine-10.3 mariadb-connect-engine-10.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment