Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits: 720057f4 by Ondřej Kuzník at 2020-04-03T09:47:46+01:00 ITS#8753 Fix pinning test script with no openssl
- - - - - 6d9e9e6c by Ondřej Kuzník at 2020-04-03T09:47:46+01:00 ITS#6207 Print out test timings
- - - - - e0c80d6b by Ondřej Kuzník at 2020-04-03T10:27:03+01:00 ITS#6207 Add GitLab CI
- - - - - 27545be4 by Ryan Tandy at 2020-04-03T16:59:15+00:00 ITS#8383 Look for socklen_t in <ws2tcpip.h> too
MinGW targets do not have the <sys/socket.h> header. The configure check would conclude that there is no socklen_t type, resulting in portable.h containing its own definition of socklen_t, which would later conflict with the actual definition in <ws2tcpip.h>.
Add <ws2tcpip.h> to the configure check for socklen_t, so that the defined type is correctly detected.
- - - - - 4ac88b21 by Quanah Gibson-Mount at 2020-04-03T17:02:14+00:00 ITS#8383 - Regenerate configure
- - - - - a1a34a90 by Quanah Gibson-Mount at 2020-04-03T17:03:39+00:00 Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
6 changed files:
- + .gitlab-ci.yml - configure - configure.in - tests/run.in - tests/scripts/all - tests/scripts/test067-tls
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/da58a21aa75a3b08e854d01...