ctucx.git: stagit

ctucx' stagit fork

commit c22fd724e163a5b5508008534541428eba66342d
parent 76382c67c8cd40bacd2c3736d4dc4cc2c0f8453d
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 26 May 2022 19:33:03 +0200

Makefile: link to libm to do floating point math
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -9,7 +9,7 @@ MANPREFIX = ${PREFIX}/man
 DOCPREFIX = ${PREFIX}/share/doc/${NAME}
 
 LIB_INC = -I/usr/local/include
-LIB_LIB = -L/usr/local/lib -lgit2 -lmd4c-html
+LIB_LIB = -L/usr/local/lib -lm -lgit2 -lmd4c-html
 
 # use system flags.
 STAGIT_CFLAGS = ${LIB_INC} ${CFLAGS}