Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS 6 support #1504

Merged
merged 1 commit into from
Dec 28, 2017
Merged

CentOS 6 support #1504

merged 1 commit into from
Dec 28, 2017

Conversation

samofatov
Copy link
Contributor

With these changes BCC can be built on CentOS 6/RHEL 6/GosLinux IC4/etc

@brendangregg
Copy link
Member

[buildbot, ok to test]

@yonghong-song yonghong-song merged commit bb3e873 into iovisor:master Dec 28, 2017
russjones added a commit to gravitational/bcc that referenced this pull request Jan 13, 2020
CentOS 6 support was added in iovisor#1504 and inadvertently reverted in iovisor#1763
leading to builds failing due to undefined reference to "clock_gettime".

To re-add support for building on CentOS 6 and keep binary size down,
only add librt to the list of target_link_libraries to allow
"clock_gettime" to be resolved.
russjones added a commit to gravitational/bcc that referenced this pull request Jan 13, 2020
CentOS 6 support was added in iovisor#1504 and inadvertently reverted in iovisor#1763
leading to builds failing due to undefined reference to "clock_gettime".

To re-add support for building on CentOS 6 and keep binary size down,
only add librt to the list of target_link_libraries to allow
"clock_gettime" to be resolved.
@russjones russjones mentioned this pull request Jan 13, 2020
yonghong-song pushed a commit that referenced this pull request Jan 15, 2020
CentOS 6 support was added in #1504 and inadvertently reverted in #1763
leading to builds failing due to undefined reference to "clock_gettime".

To re-add support for building on CentOS 6 and keep binary size down,
only add librt to the list of target_link_libraries to allow
"clock_gettime" to be resolved.
CrackerCat pushed a commit to CrackerCat/bcc that referenced this pull request Jul 31, 2024
CentOS 6 support was added in iovisor#1504 and inadvertently reverted in iovisor#1763
leading to builds failing due to undefined reference to "clock_gettime".

To re-add support for building on CentOS 6 and keep binary size down,
only add librt to the list of target_link_libraries to allow
"clock_gettime" to be resolved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants