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

utils: link using libcap-ng.la #52

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Conversation

orbea
Copy link
Contributor

@orbea orbea commented Apr 4, 2024

When linking internal dependencies that were linked using $(LIBTOOL) the ideal method is to use the generated libtool archive (.la) file. This fixes the build with slibtool which doesn't find -lcap-ng during the build and explicitly requires the .la file to be used.

Gentoo Issue: https://bugs.gentoo.org/928450

When linking internal dependencies that were linked using $(LIBTOOL) the
ideal method is to use the generated libtool archive (.la) file. This
fixes the build with slibtool which doesn't find -lcap-ng during the
build and explicitly requires the .la file to be used.

Gentoo Issue: https://bugs.gentoo.org/928450
Signed-off-by: orbea <orbea@riseup.net>
@stevegrubb
Copy link
Owner

Thanks. This is what was originally intended.

@stevegrubb stevegrubb merged commit 75fe371 into stevegrubb:master Apr 4, 2024
@orbea orbea deleted the utils branch April 4, 2024 14:38
orbea added a commit to orbea/gentoo that referenced this pull request Apr 4, 2024
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Apr 4, 2024
Closes: https://bugs.gentoo.org/928450
Upstream-PR: stevegrubb/libcap-ng#52
Upstream-Commit: stevegrubb/libcap-ng@75fe371
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
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.

None yet

2 participants