File fix-kioslave-build.patch of Package recoll

From: Fabian Vogt <fabian@ritter-vogt.de>
Subject: Fix build of kio_recoll

The PicStatic target only exists with --disable-publiclib.

Index: recoll-1.36.2/kde/kioslave/kio_recoll/CMakeLists.txt
===================================================================
--- recoll-1.36.2.orig/kde/kioslave/kio_recoll/CMakeLists.txt
+++ recoll-1.36.2/kde/kioslave/kio_recoll/CMakeLists.txt
@@ -29,7 +29,7 @@ set(rcltop ${CMAKE_CURRENT_SOURCE_DIR}/.
 if (NOT RECOLL_PUBLIC_LIB)
 # Execute recoll configuration to create autoconfig.h and version.h and
 # generate a PIC lib
-execute_process(COMMAND ${rcltop}/configure --disable-static --disable-qtgui --disable-x11mon --disable-python-chm --disable-python-module --without-fam --disable-python-aspell --with-aspell=no --prefix=${CMAKE_INSTALL_PREFIX} --mandir=${CMAKE_INSTALL_PREFIX}/share/man
+execute_process(COMMAND ${rcltop}/configure --disable-static --disable-qtgui --disable-publiclib --disable-x11mon --disable-python-chm --disable-python-module --without-fam --disable-python-aspell --with-aspell=no --prefix=${CMAKE_INSTALL_PREFIX} --mandir=${CMAKE_INSTALL_PREFIX}/share/man
 		WORKING_DIRECTORY ${rcltop}
 )
 add_custom_target(rcllib
openSUSE Build Service is sponsored by