http://bugzilla.novell.com/show_bug.cgi?id=590967

http://bugzilla.novell.com/show_bug.cgi?id=590967#c13


--- Comment #13 from Armando Basile <hmandevt...@gmail.com> 2010-04-09 08:18:11 
UTC ---
i tryed to build mono with a spec file with only one patch 
********************************************************************
 Mono_Posix_Syscall_syslog (int priority, const char* message)
 {
-    syslog (priority, message);
+    syslog (priority, "%s", message);
     return 0;
 }
********************************************************************

and using 
autoreconf -fi

and after build and installation bug is always there. Instead, compiling with
standard configure command from console ($ ./configure --prefix=/usr && make)
bug there isn't.

Could be "autoreconf -fi" use ?
this is spec file that i used (i commented all %patch.. except format-strings)
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/mono/current/SPECS/mono.spec?view=co

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to