Commit 576b1ec
Fix pkgconfig file
The curerrent implementation does not work on systems, like e.g.
Debian, where the pkgconfig file is installed in
"/usr/lib/x86_64-linux-gnu/pkgconfig/blosc2.pc".
Since the current implementation assumes "prefix=${pcfiledir}/../.."
(corretponding to "/user/lib" in this case), the path to include files
("includedir=${prefix}/include") results to be not correct.
The fix has been only tested on Debian.1 parent b116343 commit 576b1ec
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments