From b567abf31026b4a6ddc2c19f2deb6eb2fb248685 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 6 Nov 2013 13:27:10 -0800 Subject: [PATCH] Add necessary -lm flag to link command I don't know how this ever worked without this. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d17e7d9..a14d677 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ acre_test_SOURCES = \ xmalloc.c \ xmalloc.h -acre_test_LDFLAGS=$$(pkg-config --libs pangocairo lcms) +acre_test_LDFLAGS=$$(pkg-config --libs pangocairo lcms) -lm acre_test_CFLAGS=$$(pkg-config --cflags pangocairo lcms) \ -Wall -Wextra -Wpointer-arith -Wstrict-prototypes \ -- 2.43.0