FS#48125 - [postfix] Incorrect package dependencies
Attached to Project:
Arch Linux
Opened by Johannes Ernst (jernst) - Wednesday, 10 February 2016, 20:22 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 10 February 2016, 21:52 GMT
Opened by Johannes Ernst (jernst) - Wednesday, 10 February 2016, 20:22 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 10 February 2016, 21:52 GMT
|
Details
Postfix lists a ton of database clients/libraries as
dependencies (Mariadb, Postgresql, SQLite, tinycdb,
BerkeleyDB). I doubt a given installation will use all of
those at the same time.
It appears all of those should be optional dependencies: the user needs to pick and choose those they need. |
This task depends upon
Closed by Gaetan Bisson (vesath)
Wednesday, 10 February 2016, 21:52 GMT
Reason for closing: Not a bug
Wednesday, 10 February 2016, 21:52 GMT
Reason for closing: Not a bug
Libraries are linked, so simply setting those dependencies optional won't do the job.