amarok.SlackBuild question
Inviato: lun 20 feb 2006, 12:13
I have a simple question about making an amaroK package. The one here is Ok for 10.2, I want one for Current ( Because of MySQL 5.0.18 )
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:
But after building of the package, there is still not an option for choosing PostgreSQL :[
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?
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?