From: Frédéric Marchal Date: Wed, 25 May 2011 06:03:06 +0000 (+0000) Subject: Explicitly link against libm X-Git-Tag: v2.3.2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b966a3a224de2a6ea591458bec47c1bb4e9b3745;p=thirdparty%2Fsarg.git Explicitly link against libm Thanks to Diego Elio Pettenò for this patch. --- diff --git a/Makefile.in b/Makefile.in index 477c9fb..a38e28f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,7 +24,7 @@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ DEFS = $(IBINDIR) $(ISYSCONFDIR) $(IFONTDIR) $(IIMAGEDIR) $(ISARGPHPDIR) $(ILOCALEDIR) @DEFS@ -LIBS = @LIBS@ +LIBS = @LIBS@ -lm SRCDIR = . VPATH = . INSTALL = cp