Taken from the Debian package. From 7be4a19b76d98260cf95040a47935f854a4ba7a4 Mon Sep 17 00:00:00 2001 From: Valentin Rusu Date: Sat, 17 Dec 2011 13:47:58 +0100 Subject: [PATCH] Fix .pc file by adding clucene-shared library --- src/core/libclucene-core.pc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/src/core/libclucene-core.pc.cmake +++ b/src/core/libclucene-core.pc.cmake @@ -6,6 +6,6 @@ includedir=${prefix}/include:${prefix}/i Name: libclucene Description: CLucene - a C++ search engine, ported from the popular Apache Lucene Version: @CLUCENE_VERSION_MAJOR@.@CLUCENE_VERSION_MINOR@.@CLUCENE_VERSION_REVISION@.@CLUCENE_VERSION_PATCH@ -Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core +Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext ~ 'submit' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/base.scm
AgeCommit message (Expand)Author
2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès
2022-11-09services: greetd: Add gexp compilers for sessions....( via Guix-patches via
2022-10-11gnu: base: Add greetd-wlgreet-sway-session....(
2022-09-28services: Add file system utilities to profile....Brice Waegeneire
2022-09-08services: agetty-service-type: Add missing dash....Hilton Chain
2022-08-26gnu: greetd-service-type: Add supplementary groups to greeter....muradm
2022-07-01services: root-file-system: Cleanly unmount upon shutdown....Ludovic Courtès
2022-06-30services: greetd: Remove unnecessary user groups....Lars-Dominik Braun
2022-06-17gnu: base: Add greetd-service-type....muradm
2022-06-13services: guix: Generalize extensions....terramorpha
2022-06-06services: syslogd: Do not fsync at each line....Ludovic Courtès
2022-06-05services: pam-limits: Add sudo and sshd....Kiran Shila
2022-05-18services: Add more description fields....Ludovic Courtès
2022-05-02services: Make sure Shepherd destructors match constructors....Ludovic Courtès
2022-05-01gexp: Add 'references-file'....Ludovic Courtès
2022-04-29services: guix-publish: Use socket activation when possible....Ludovic Courtès