Merge pull request #21166 from jefferyto/python3-do-not-link-libbsd
python3: Fix unnecessary linking with libbsd
This commit is contained in:
commit
f64e5ef7fa
1 changed files with 5 additions and 0 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue