vcpkg/ports/botan/pkgconfig.patch
Kai Pastor abce84432c
[botan] Update, higher level maintainer functions (#27750)
* Use higher level maintainer functions, cleanup

* Update

* Check vcpkg version

* Only static linkage on mingw

* Fix zlib linkage

* Patch for command line lenght issue
2022-11-17 23:22:14 -08:00

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