]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Explicitly link against libm
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 25 May 2011 06:03:06 +0000 (06:03 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Wed, 25 May 2011 06:03:06 +0000 (06:03 +0000)
Thanks to Diego Elio Pettenò for this patch.

Makefile.in

index 477c9fbd45f8df297568b25a56ee8ce3bd18e437..a38e28fee4fc5099dad42d588904c5d2da5792d2 100644 (file)
@@ -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