mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:29:08 +08:00
abce84432c
* Use higher level maintainer functions, cleanup * Update * Check vcpkg version * Only static linkage on mingw * Fix zlib linkage * Patch for command line lenght issue
15 lines
399 B
Diff
15 lines
399 B
Diff
diff --git a/src/build-data/botan.pc.in b/src/build-data/botan.pc.in
|
|
index 7139436..81214fe 100644
|
|
--- a/src/build-data/botan.pc.in
|
|
+++ b/src/build-data/botan.pc.in
|
|
@@ -1,7 +1,7 @@
|
|
prefix=%{prefix}
|
|
exec_prefix=${prefix}
|
|
-libdir=%{libdir}
|
|
-includedir=${prefix}/include/botan-%{version_major}
|
|
+libdir=${prefix}/lib
|
|
+includedir=${prefix}/include
|
|
|
|
Name: Botan
|
|
Description: Crypto and TLS for C++11
|