From a65d235a173b52a47bfdf62396c51747529d38ba Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 2 Apr 2011 08:24:13 +0000 Subject: modern debian no longer links the math library bt default svn path=/trunk/netsurf/; revision=12150 --- framebuffer/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuffer') diff --git a/framebuffer/Makefile.target b/framebuffer/Makefile.target index 98c6427df..a7e9a5fa4 100644 --- a/framebuffer/Makefile.target +++ b/framebuffer/Makefile.target @@ -47,7 +47,7 @@ CFLAGS += -std=c99 -g -I. -Dsmall $(WARNFLAGS) \ $(shell $(PKG_CONFIG) --cflags libnsfb libhubbub libcss openssl) \ $(shell xml2-config --cflags) -LDFLAGS += -Wl,--whole-archive $(shell $(PKG_CONFIG) --libs libnsfb) -Wl,--no-whole-archive +LDFLAGS += -lm -Wl,--whole-archive $(shell $(PKG_CONFIG) --libs libnsfb) -Wl,--no-whole-archive ifeq ($(HOST),mint) # freemint does not support pkg-config for libcurl -- cgit v1.2.3