Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 345b0e2d7d72773d8901c1d9d2d8b56c > files > 3

ots-0.5.0-9.mga3.src.rpm

--- src/Makefile.in.orig	2007-04-08 20:17:23.000000000 +0200
+++ src/Makefile.in	2008-07-05 02:16:42.000000000 +0200
@@ -108,7 +108,7 @@
 
 lib_LTLIBRARIES = libots-1.la
 
-libots_1_la_LIBADD = $(OTS_LIBS)
+libots_1_la_LIBADD = $(OTS_LIBS) -lm
 libots_1_la_LDFLAGS = -version-info @VERSION_INFO@ $(no_undefined)
 libots_1_la_SOURCES =  	libots.h			article.c			dictionary.c			grader.c			grader-tf.c			grader-tc.c			grader-tc.h			html.c				parser.c 			text.c				stemmer.c			highlighter.c			wordlist.c			relations.c
 
--- src/Makefile.am~	2007-04-08 18:21:51.000000000 +0200
+++ src/Makefile.am	2009-06-01 00:28:53.000000000 +0200
@@ -20,7 +20,7 @@
 
 lib_LTLIBRARIES = libots-1.la
 
-libots_1_la_LIBADD  = $(OTS_LIBS)
+libots_1_la_LIBADD  = $(OTS_LIBS) -lm
 libots_1_la_LDFLAGS = -version-info @VERSION_INFO@ $(no_undefined)
 libots_1_la_SOURCES =		\
 	libots.h		\