forked from pool/Botan
e6d452b4ab
Fix paths in botan-config and .pc files, cleanup Qt dependency OBS-URL: https://build.opensuse.org/request/show/395112 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=58
11 lines
327 B
Diff
11 lines
327 B
Diff
--- src/build-data/botan.pc.in.orig 2016-05-13 00:48:09.219402555 +0200
|
|
+++ src/build-data/botan.pc.in 2016-05-13 00:48:57.479714720 +0200
|
|
@@ -1,6 +1,6 @@
|
|
prefix=%{prefix}
|
|
exec_prefix=${prefix}
|
|
-libdir=${prefix}/%{libdir}
|
|
+libdir=%{libdir}
|
|
includedir=${prefix}/include/botan-%{version_major}.%{version_minor}
|
|
|
|
Name: Botan
|