Please review this change that is needed to switch the compiler that we use for building pkg(5) on Windows.

Issue: 10535 curl fault when writing files on Windows (compiler problem)
Webrev: http://cr.opensolaris.org/~tmueller/ips-10535/

The root cause of 10535 was a run-time incompatibility between the FILE I/O library between the mingw compiler, which was used to build pkg(5), and the MSVC compiler, which was used to build python. These changes allow us to switch to the MSVC compiler to build pkg(5).

The x509name.c file has been changed per this patch on the pyOpenSSL trunk which is at version 0.10. I couldn't find a bug report that had already been filed for that, but since it is already fixed in pyOpenSSL, it didn't seem appropriate to file a new bug.

Thanks.
Tom

_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to