aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/botan.pc.in
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-24 19:06:35 +0000
committerlloyd <[email protected]>2008-11-24 19:06:35 +0000
commit49ca4e3ebf8b854feed0e4005cc5aa6e91d5b111 (patch)
tree3ce415e85d3ed8c9bcbff4179f54ac8deb23b25c /src/build-data/botan.pc.in
parentdf2d330f40f86abd711419f719dab00e8c1d9cea (diff)
In pkg-config, don't link against a specific version number (eg -lbotan-1.8.0)
because that totally breaks with static libs. OTOH, not using the version number totally breaks if more than one version is installed. Kind of a tradeoff...
Diffstat (limited to 'src/build-data/botan.pc.in')
-rw-r--r--src/build-data/botan.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/botan.pc.in b/src/build-data/botan.pc.in
index e7b678e4b..a061652c2 100644
--- a/src/build-data/botan.pc.in
+++ b/src/build-data/botan.pc.in
@@ -7,5 +7,5 @@ Name: Botan
Description: Multi-platform C++ crypto library
Version: @{var:version}
-Libs: -L${libdir} -lbotan-@{var:version} @{var:link_to}
+Libs: -L${libdir} -lbotan @{var:link_to}
Cflags: -I${includedir}