Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Calculating dependencies... done! [ebuild R ] app-admin/ulogd-1.23-r1 USE="-mysql -postgres" 0 kB [snip...] checking for MySQL files... configure: warning: MySQL backend not used checking for PGSQL files... found pgsql in /usr This is very similar to: https://bugs.gentoo.org/show_bug.cgi?id=144154
+AC_ARG_WITH(pgsql, AS_HELP_STRING([--with-pgsql=<directory>],[pgsql installed in <directory>]),[with_mysql=$withval],[with_mysql=no]) Eh, the patch has a bunch of cut'n'paste typos (s/mysql/pgsql/g) :)
antarus, your commit for Bug 144154 :)
Created an attachment (id=141781) [details] Rework of configure.in patch from Bug 144154
Created an attachment (id=141782) [details] Difference file for the ebuild to apply configure.in patch Basically this patch was also taken from Bug 144154. I've added use flags for sqlite3 support and logging of ip addresses as strings, mostly for postgres. It works for me and I tried to test it but I don't know much about autoconf and writing ebuilds, so it needs reviewing.
treecleaner: want to vote on this?
Voting.. It seems fixable and ulogd seems to be used software.. -1
Looks good to me. This can be fixed and not be removed. I'll take care of this soon. (assigning to myself to not forgot)
done. thanks for the patch.