* Felix Lechner: > Hi, > >> For postgresql-12, it fails at the configure stage > > Attached please find a WIP patch for wolfSSL support in postgresql-12. > The build log was too large, even with compression, to include here.
WolfSSL is licensed under the GPL, version 2 only. This means that applications which use libpq and whose license is incompatible with the GPL now violate the license of WolfSSL. Furthermore, the original GPL compatibility problem is only addressed for programs which are licensed under the GPLv2. The problem remains for programs licensed under the GPLv3 (in fact, the problem is more severe because it cannot be argued that WolfSSL gives implied permission to indirect linking via libpq, unlike direct users of libpq).