Displaying 1 result from an estimated 1 matches for "af5265e74b9".
Did you mean:
af5265e74b9e
2012 Dec 23
1
clucene-config.h location
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-lucene/Makefile.in
Indeed, Lucene's pkgconfig file reflects the fact that some