]> git.pld-linux.org Git - packages/strigi.git/blame - strigi-as-needed.patch
- release 6 (by relup.sh)
[packages/strigi.git] / strigi-as-needed.patch
CommitLineData
acbb9c35
JR
1diff -ur strigi-0.7.7/libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt strigi-0.7.7.link/libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt
2--- strigi-0.7.7/libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt 2011-12-07 21:28:33.000000000 +0100
3+++ strigi-0.7.7.link/libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeLists.txt 2012-08-10 12:05:20.403237425 +0200
4@@ -1,2 +1,3 @@
5 add_executable(index2dump indexdump.cpp ../tcharutils.cpp)
6-target_link_libraries(index2dump streamanalyzer ${CLUCENE1_LDFLAGS})
7+target_link_libraries(index2dump streamanalyzer ${CLUCENE1_LDFLAGS}
8+ -lclucene-shared)
9diff -ur strigi-0.7.7/strigiutils/bin/deepfind/CMakeLists.txt strigi-0.7.7.link/strigiutils/bin/deepfind/CMakeLists.txt
10--- strigi-0.7.7/strigiutils/bin/deepfind/CMakeLists.txt 2011-08-16 14:23:16.000000000 +0200
11+++ strigi-0.7.7.link/strigiutils/bin/deepfind/CMakeLists.txt 2012-08-10 12:03:25.419908148 +0200
12@@ -8,7 +8,8 @@
13 target_link_libraries(dummyindexer ${LIBSTREAMANALYZER_LIBRARIES})
14
15 add_library(libdeepfind STATIC deepfind.cpp)
16-target_link_libraries(libdeepfind ${LIBSTREAMANALYZER_LIBRARIES})
17+target_link_libraries(libdeepfind ${LIBSTREAMANALYZER_LIBRARIES}
18+ -lclucene-shared)
19
20 add_library(grepindexer STATIC grepindexreader.cpp grepindexmanager.cpp
21 grepindexwriter.cpp ${REGEX_SOURCES})
This page took 0.047336 seconds and 4 git commands to generate.