summaryrefslogtreecommitdiff
path: root/clucene-core-2.3.3.4-CLuceneConfig.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:04:25 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:04:25 +0000
commit9ccdcf7cb9f0817c4f3b0851795c2050a902af93 (patch)
treedee06e9dabf48a037a8194594e818548e156bc78 /clucene-core-2.3.3.4-CLuceneConfig.patch
parent11980e51314ee94a02bcb93efb30b164ef64b3da (diff)
automatic import of cluceneopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'clucene-core-2.3.3.4-CLuceneConfig.patch')
-rw-r--r--clucene-core-2.3.3.4-CLuceneConfig.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/clucene-core-2.3.3.4-CLuceneConfig.patch b/clucene-core-2.3.3.4-CLuceneConfig.patch
new file mode 100644
index 0000000..92376db
--- /dev/null
+++ b/clucene-core-2.3.3.4-CLuceneConfig.patch
@@ -0,0 +1,14 @@
+diff -up clucene-core-2.3.3.4/src/core/CMakeLists.txt.CLuceneConfig.cmake clucene-core-2.3.3.4/src/core/CMakeLists.txt
+--- clucene-core-2.3.3.4/src/core/CMakeLists.txt.CLuceneConfig.cmake 2011-03-16 19:21:07.000000000 -0500
++++ clucene-core-2.3.3.4/src/core/CMakeLists.txt 2014-10-07 19:32:17.042894690 -0500
+@@ -251,8 +251,8 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/
+ set(CLUCENE_VERSION ${CLUCENE_VERSION})
+ set(CLUCENE_SOVERSION ${CLUCENE_SOVERSION})
+ ")
+-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/CLuceneConfig.cmake"
+- DESTINATION ${LIB_DESTINATION}/CLuceneConfig.cmake)
++#install(FILES "${CMAKE_CURRENT_BINARY_DIR}/CLuceneConfig.cmake"
++# DESTINATION ${LIB_DESTINATION}/CLuceneConfig.cmake)
+
+ # install pkg-config file
+ IF(NOT WIN32)