summaryrefslogtreecommitdiff
path: root/debian/patches/dso-missing-shared.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/dso-missing-shared.patch')
-rw-r--r--debian/patches/dso-missing-shared.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/dso-missing-shared.patch b/debian/patches/dso-missing-shared.patch
deleted file mode 100644
index 1b9c1b4..0000000
--- a/debian/patches/dso-missing-shared.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: clucene-shared is missing
-Author: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>
-Bug-Debian: http://bugs.debian.org/707537
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -190,7 +190,7 @@
- ENDIF(WITH_CURL)
- IF(WITH_CLUCENE)
- INCLUDE_DIRECTORIES(${CLUCENE_INCLUDE_DIR})
-- SET(SWORD_LINK_LIBRARIES ${SWORD_LINK_LIBRARIES} ${CLUCENE_LIBRARY})
-+ SET(SWORD_LINK_LIBRARIES ${SWORD_LINK_LIBRARIES} ${CLUCENE_LIBRARY} -lclucene-shared)
- LINK_DIRECTORIES(${CLUCENE_LIBRARY_DIR})
- ADD_DEFINITIONS(-DUSELUCENE)
- IF(CLUCENE2)