FS#42476 - [mpd] Depends on sqlite without support for sqlite
Attached to Project:
Arch Linux
Opened by Boris Staletic (bstaletic) - Tuesday, 21 October 2014, 12:45 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 22 October 2014, 17:34 GMT
Opened by Boris Staletic (bstaletic) - Tuesday, 21 October 2014, 12:45 GMT
Last edited by Gaetan Bisson (vesath) - Wednesday, 22 October 2014, 17:34 GMT
|
Details
Mpd's wiki states that sqlite support has to be expliciltly
declared during compilation time using --enable-sqlite. In
Arch's PKGBUILD when calling configure script it doesn't use
--enable-sqlite, but it still lists sqlite as one of
dependancies.
This is the case with installing binary from official repositories and with using abs to build it from source. |
This task depends upon
Closed by Gaetan Bisson (vesath)
Wednesday, 22 October 2014, 17:34 GMT
Reason for closing: Works for me
Wednesday, 22 October 2014, 17:34 GMT
Reason for closing: Works for me
Comment by Gaetan Bisson (vesath) -
Wednesday, 22 October 2014, 16:42 GMT
Despite our configure script not having the option
--enable-sqlite, our current mpd build properly links against
sqlite. Is there some issue I am missing?