blob: c7932bdd9bf27b03316b7d1e076bfa88b43357fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Changelog for chafa SlackBuild Script
--------------------------------------------------------------------
20/08/2022:
Added to slackbuilds.org
11/05/2023:
updated to version 1.12.4
05/12/2023:
updated to version 1.12.5
During compilation chafa fails to
build because of error in libwebp
saying error adding symbols:
DSO missing from command line
to avoid this modify the CFLAGS to
CFLAGS="$SLKCFLAGS $(pkg-config --libs libwebp)"
Thanks to Christoph Willing for the solution.
|