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

[openwrt-23.05] python3: Fix unnecessary linking with libbsd #21172

Conversation

jefferyto
Copy link
Member

Maintainer: me
Compile tested: none (cherry pick of #21166)
Run tested: none

Description:
configure will try to link with libbsd for the flock function, even when flock is available without it.

Fixes: #21161
Fixes: 2445fe9 ("python3: Update to 3.11.3, refresh/redo patches")
Signed-off-by: Jeffery To jeffery.to@gmail.com
(cherry picked from commit 60bf01c)

configure will try to link with libbsd for the flock function, even when
flock is available without it.

Fixes: openwrt#21161
Fixes: 2445fe9 ("python3: Update to 3.11.3, refresh/redo patches")
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 60bf01c)
@1715173329 1715173329 merged commit 93ffc00 into openwrt:openwrt-23.05 May 26, 2023
@jefferyto jefferyto deleted the python3-do-not-link-libbsd-openwrt-23.05 branch May 26, 2023 08:50
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.

2 participants