Fix build by adding -lm.

This commit is contained in:
Adam Weinberger 2014-08-16 16:37:57 +00:00
parent 457473c1ec
commit 595fcc53ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365101

View file

@ -1,7 +1,11 @@
--- Makefile.in.orig Thu Apr 13 13:54:19 2006
+++ Makefile.in Thu Apr 13 13:54:25 2006
@@ -17,7 +17,7 @@
LIBRARIES = @LIBS@
--- Makefile.in.orig 2000-01-10 20:54:05.000000000 -0500
+++ Makefile.in 2014-08-16 12:36:54.000000000 -0400
@@ -14,10 +14,10 @@
# Pavel@Xerox.Com
CC = @CC@
-LIBRARIES = @LIBS@
+LIBRARIES = @LIBS@ -lm
YACC = @YACC@
-CFLAGS = -O