Commit Graph

4 Commits

Author SHA1 Message Date
John Hood b1da700535 Fix Appveyor build.
Change the openssl-devel package to libssl-devel.  Cygwin still has an
"obsolete" (essentially virtual) package for openssl-devel, but it
doesn't seem to work properly on Appveyor's Cygwin install.

Protobuf >= 3.6.0 requires C++11, which I added support for last year.
But when I did that, I requested strict ANSI C++ compatibility, which
causes Cygwin/newlib's libc feature test macros to be set to disable
(at least) POSIX.1 extensions.  Let the Autoconf macro use its default
instead (prefer GNU/extended C++, accept anything).
2019-07-10 12:56:52 -04:00
John Hood 70d1ca444f Perl compile on Appveyor/Cygwin requires perl_pods package 2017-10-27 12:41:07 -04:00
John Hood 4727f2ca40 Fix Appveyor Cygwin install-no-update issue. 2017-02-23 19:45:15 -05:00
John Hood 46b30e6851 AppVeyor CI configuration using Cygwin.
This also serves nicely as documentation of the Cygwin build
requirements.
2016-09-19 13:23:16 -04:00