Change tests for glibc version #12

Merged
SlavekB merged 1 commits from feat/reverse-glibc-v2-tests into master 5 years ago
Owner

It resolves building with libc libraries other than glibc – for example musl libc.

It resolves building with libc libraries other than glibc – for example [musl libc](https://www.musl-libc.org/).
SlavekB added this to the R14.0.7 release milestone 5 years ago
SlavekB added the PR/rfc label 5 years ago
Owner

PR looks good, nevertheless I wonder if it still makes sense to check for glibc < 2. Based on release history, glibc 2 was release on 1997-01-26, so we can safely assume that all the systems we are building TDE with glibc are using a version >=2. IMO we could simplify the code into

#define QT_SOCKLEN_T		socklen_t
PR looks good, nevertheless I wonder if it still makes sense to check for glibc < 2. Based on release history, glibc 2 was release on 1997-01-26, so we can safely assume that all the systems we are building TDE with glibc are using a version >=2. IMO we could simplify the code into ``` #define QT_SOCKLEN_T socklen_t ```
Poster
Owner

You're right, we can now assume that using glibc will not be older than version 2.

Patch updated.

You're right, we can now assume that using glibc will not be older than version 2. Patch updated.
Ghost closed this pull request 5 years ago
Ghost reopened this pull request 5 years ago
MicheleC approved these changes 5 years ago
MicheleC left a comment
Owner

LGTM.

LGTM.
SlavekB closed this pull request 5 years ago
SlavekB deleted branch feat/reverse-glibc-v2-tests 5 years ago
SlavekB removed the PR/rfc label 5 years ago
The pull request has been merged as 1aa221a2bc.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/tqt3#12
Loading…
There is no content yet.