But that's not the problem. My package works fine on Current (Thanks for the good SlackBuild)...
I've made some small changes. The first one is removing mcpu.
The second one... Slacky's package has two database options - SQLite and MySQL. I want to build mine with PostgreSQL support too.
On amaroK's official site, it says that I should use:
--enable-postgres
So under the line for MySQL I added another line. Finally, the part of the SlackBuild looks like this:
Codice: Seleziona tutto
--enable-mysql \
--enable-postgres \Maybe amaroK can not work with both PostgreSQL and MySQL?
If you ask do I have PostgreSQL installed... Sure! I have latest package from Slacky.it
Any ideas?

