Commit 95994c4
committed
eid-mw: fix runtime dep issue, use official releases
- eid-viewer calls pinentry at runtime
- when using the github tags, the build scripts will attempt to parse
nonexistent git repo information to derive the version. This is then
converted into a string that leads to parsing errors and segfaults at
runtime (yeah...). using the official sources (with the version baked
in) fixese this1 parent cf90190 commit 95994c4
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments