aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/botan-config.in
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-07 16:09:12 +0000
committerlloyd <[email protected]>2008-11-07 16:09:12 +0000
commit39362b98af2bb84e7a436b9c1ff59a7bf023157f (patch)
treeecd6e974442a744a28db57b74957c0948a09ec37 /src/build-data/botan-config.in
parentc88a5198b39847f975e0562267f3c010a37fc904 (diff)
In Makefiles and pkg-config / botan-config, use -lbotan-@{var:version}
so we link against the specific intended version of the library, for instance -lbotan-1.7.20 rather than simply -lbotan This again seems especially an improvement where you want more than one version installed (1.6 vs 1.7, for instance).
Diffstat (limited to 'src/build-data/botan-config.in')
-rw-r--r--src/build-data/botan-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/botan-config.in b/src/build-data/botan-config.in
index bb20ee15e..dfbfd129e 100644
--- a/src/build-data/botan-config.in
+++ b/src/build-data/botan-config.in
@@ -57,7 +57,7 @@ while test $# -gt 0; do
echo -n "-L$prefix/$libdir "
fi
- echo @{var:link_to} -lbotan
+ echo @{var:link_to} -lbotan-@{var:version}
;;
*)
usage