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

python3: Fix unnecessary linking with libbsd #21166

Merged
merged 1 commit into from
May 25, 2023

Conversation

jefferyto
Copy link
Member

@jefferyto jefferyto commented May 25, 2023

Maintainer: me
Compile tested: armvirt-32, 2023-05-21 snapshot sdk
Run tested: N/A

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")

@jefferyto jefferyto force-pushed the python3-do-not-link-libbsd branch from fe17618 to 86765bc Compare May 25, 2023 05:40
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>
@jefferyto jefferyto force-pushed the python3-do-not-link-libbsd branch from 86765bc to 60bf01c Compare May 25, 2023 05:42
@nxhack
Copy link
Contributor

nxhack commented May 25, 2023

LGTM

@1715173329 1715173329 merged commit f64e5ef into openwrt:master May 25, 2023
@jefferyto jefferyto deleted the python3-do-not-link-libbsd branch May 25, 2023 15:22
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.

python3: Build failure due to "missing" libbsd dependency
3 participants