commit 2c57c29

chld  ·  2026-09-10 03:16:52 +0000 UTC
parent 35a198b
chafa: link with charset
1 files changed,  +1, -0
+1, -0
1@@ -4,5 +4,6 @@ VERSION=1.18.2
2 RELEASE=1
3 SOURCE="https://github.com/hpjansson/${NAME}/releases/download/${VERSION}/${NAME}-${VERSION}.tar.xz"
4 BUILD_OPT="--disable-Bsymbolic --enable-static --disable-shared --disable-man --without-gnu-ld --disable-gtk-doc"
5+LDFLAGS="-lcharset"
6 
7 . ${0%/*}/../../libsh/libdmake.sh