[CMake] Patch: uClibc typo in curl

William A. Hoffman billlist at nycap.rr.com
Fri May 19 15:51:33 EDT 2006


At 03:42 PM 5/19/2006, Osor wrote:

>-#if !defined( WIN32) || defined(__UCLIBC__) /* not needed on win32 */
>+#if !(defined( WIN32) || defined(__UCLIBC__)) /* not on win32 or uClibc */
> extern int fputc(int, FILE *);
> #endif
> 

Thanks, I have put the change in cvs, should be in CMake 2.4.3.


Checking for path: /cvsroot/CMake/CMake/Utilities/cmcurl
Unrestricted user: hoffman
/cvsroot/CMake/CMake/Utilities/cmcurl/mprintf.c,v  <--  mprintf.c
new revision: 1.4; previous revision: 1.3

-Bill



More information about the CMake mailing list