Erik Auerswald 83f424343f Added -lm to LDLIBS.
The ssocr code itself uses math.h and thus libm. This library has been
linked to via recursive linking or the requirements of Imlib2 before
this commit. According to a report from Arne Wichmann this does not work
in all environments. While I do not know the exact circumstances under
which this problem occurs, adding -lm to the linker step is correct,
because ssocr uses it. It is incorrect to rely on Imlib2 to pull this in.
2014-03-16 17:31:35 +00:00
2013-12-27 01:45:09 +00:00
2013-01-08 16:56:37 +00:00
2013-01-11 11:20:22 +00:00
2014-03-16 17:31:35 +00:00
2013-01-08 16:56:37 +00:00
2013-12-22 14:57:57 +00:00
S
Description
Seven Segment Optical Character Recognition
1 MiB
Languages
C 87.7%
Roff 9.9%
Makefile 2.4%