[Libreoffice-commits] .: clucene/patches
Tor Lillqvist
tml at kemper.freedesktop.org
Sun May 27 23:59:15 PDT 2012
clucene/patches/contribs-lib-makefile.patch | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
New commits:
commit bb4ae4abb5c01b1fd1e704e19b7913c286642899
Author: David Ostrovsky <David.Ostrovsky at gmx.de>
Date: Thu May 24 22:54:07 2012 +0200
CLucene contribs-lib artifacts were missing during system wide installation
Change-Id: I11e9b17336a16bfcaceebe7613c156ff3e2b94d1
diff --git a/clucene/patches/contribs-lib-makefile.patch b/clucene/patches/contribs-lib-makefile.patch
new file mode 100644
index 0000000..8cc05ae
--- /dev/null
+++ b/clucene/patches/contribs-lib-makefile.patch
@@ -0,0 +1,23 @@
+--- src/contribs-lib/CMakeLists.txt 2012-05-24 22:38:20.002443317 +0200
++++ src/contribs-lib/CMakeLists.txt 2012-05-24 22:38:05.218443899 +0200
+@@ -113,3 +113,20 @@
+ COMPILE_DEFINITIONS_DEBUG _DEBUG
+ )
+
++#install lib
++install(TARGETS clucene-contribs-lib
++ DESTINATION ${LIB_DESTINATION}
++ COMPONENT runtime )
++
++#install public headers.
++FOREACH(file ${HEADERS})
++ get_filename_component(apath ${file} PATH)
++ get_filename_component(aname ${file} NAME)
++ file(RELATIVE_PATH relpath ${CMAKE_SOURCE_DIR}/src/contribs-lib ${apath})
++ IF ( NOT aname MATCHES "^_.*" )
++ install(FILES ${file}
++ DESTINATION include/${relpath}
++ COMPONENT development)
++ ENDIF ( NOT aname MATCHES "^_.*" )
++ENDFOREACH(file)
++
More information about the Libreoffice-commits
mailing list