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 ~ ubmit' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/docker.scm
AgeCommit message (Expand)Author
2020-07-17tests: docker-system: Use guile-3.0....Jakub Kądziołka
2020-03-09tests: docker-system: Increase memory requirement....Ludovic Courtès
2019-11-09tests: Update references to the now-deprecated 'guile-json' variable....Ludovic Courtès
2019-08-27pack: Create /tmp in Docker images....Ludovic Courtès
2019-07-04pack: 'docker' backend records the profile's search paths....Ludovic Courtès
2019-06-07pack: Add '--entry-point'....Ludovic Courtès
2019-05-15vm: 'system-docker-image' provides an entry point....Ludovic Courtès
2019-01-18tests: docker: Use "package" instead of "dummy-package"....Danny Milosavljevic
2019-01-15tests: docker: Run a guest guile inside the docker container....Danny Milosavljevic
2019-01-11tests: Nitpick on Docker test....Ludovic Courtès
2019-01-10tests: docker: Fix test....Danny Milosavljevic
2019-01-10tests: Add Docker system test....Danny Milosavljevic