Re: [Dovecot] clucene-config.h location

2013-01-03 Thread Timo Sirainen
On 23.12.2012, at 3.37, Dimitri wrote: > By deafult, CLucene installs the clucene-config.h header > to /usr/lib/CLucene, but fts-lucene tries to include it > from /usr/include/CLucene and fails. Here is how it is fixed in Fedora, > for instance: > > sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-conf

[Dovecot] clucene-config.h location

2012-12-22 Thread Dimitri
By deafult, CLucene installs the clucene-config.h header to /usr/lib/CLucene, but fts-lucene tries to include it from /usr/include/CLucene and fails. Here is how it is fixed in Fedora, for instance: sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucen