Skip to content

Commit

Permalink
Merge pull request openwrt#21166 from jefferyto/python3-do-not-link-l…
Browse files Browse the repository at this point in the history
…ibbsd

python3: Fix unnecessary linking with libbsd
  • Loading branch information
1715173329 authored May 25, 2023
2 parents 6b8340d + 60bf01c commit f64e5ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lang/python/python3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ CONFIGURE_VARS += \
ac_cv_file__dev_ptc=no \
ac_cv_file__dev_ptmx=yes

# Do not link with libbsd for flock
# https://github.com/openwrt/packages/issues/21161
CONFIGURE_VARS += \
ac_cv_lib_bsd_flock=no

# Disable stdlib modules
# Check for a better way in the future: https://github.com/python/cpython/issues/98558
CONFIGURE_VARS += \
Expand Down

0 comments on commit f64e5ef

Please sign in to comment.