python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / clucene-core / Fix-pkgconfig-file-by-adding-clucene-shared-library.patch
blob80e49a8e712e22abc5e3ba5cc2447b224d5f3a6e
1 From 7be4a19b76d98260cf95040a47935f854a4ba7a4 Mon Sep 17 00:00:00 2001
2 From: Valentin Rusu <kde@rusu.info>
3 Date: Sat, 17 Dec 2011 13:47:58 +0100
4 Subject: [PATCH] Fix .pc file by adding clucene-shared library
6 ---
7 src/core/libclucene-core.pc.cmake | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 --- a/src/core/libclucene-core.pc.cmake
11 +++ b/src/core/libclucene-core.pc.cmake
12 @@ -6,6 +6,6 @@ includedir=${prefix}/include:${prefix}/i
13 Name: libclucene
14 Description: CLucene - a C++ search engine, ported from the popular Apache Lucene
15 Version: @CLUCENE_VERSION_MAJOR@.@CLUCENE_VERSION_MINOR@.@CLUCENE_VERSION_REVISION@.@CLUCENE_VERSION_PATCH@
16 -Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core
17 +Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared
18 Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext