Patch for bug 75711 (libart )



Hi ,
     I have attached a patch for bug #75711
(While doing "ldd -r" check "undefined symobol " error is 
coming in libart_lgpl_2.so)

Can somebody commit the patch if it is fine.

Thanks,
Bala
--- libart_lgpl/ChangeLog	Wed May  8 17:33:28 2002
+++ libart_lgpl-new/ChangeLog	Tue Jun  4 21:22:38 2002
@@ -1,3 +1,8 @@
+2002-06-04  Balamurali Viswanathan <balamurali viswanathan wipro com>
+
+	* Makefile.am: Added -lm to libart_lgpl_2_la_LIBADD
+	fixes bug 75711 (Jacob's suggestion)
+
 2002-05-08  Raph Levien  <raph pixel artofcode com>
 
 	* art_uta_vpath.c (art_uta_add_line): Fixes very subtle
--- libart_lgpl/Makefile.am	Tue Apr 23 16:13:17 2002
+++ libart_lgpl-new/Makefile.am	Tue Jun  4 21:14:35 2002
@@ -87,6 +87,7 @@ libart_lgpl_2_la_SOURCES = \
 	libart-features.c
 
 libart_lgpl_2_la_LDFLAGS = -version-info @LIBART_VERSION_INFO@ $(no_undefined)
+libart_lgpl_2_la_LIBADD = -lm
 
 libart_lgplincdir = $(includedir)/libart-2.0/libart_lgpl
 libart_lgplinc_HEADERS = \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]