python3: Fix unnecessary linking with libbsd
authorJeffery To <redacted>
Thu, 25 May 2023 04:01:17 +0000 (12:01 +0800)
committerJeffery To <redacted>
Thu, 25 May 2023 05:42:00 +0000 (13:42 +0800)
commit60bf01cb606344619e002901646171da1e69c0f9
tree018b2d3d59a7eb426d4eddf86d6c77c2d2c81cfb
parent6b8340d3cad7a6bd36aa21c93de82c47bf871c33
python3: Fix unnecessary linking with libbsd

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

Fixes: https://github.com/openwrt/packages/issues/21161
Fixes: 2445fe9fb25e ("python3: Update to 3.11.3, refresh/redo patches")
Signed-off-by: Jeffery To <redacted>
lang/python/python3/Makefile
git clone https://git.99rst.org/PROJECT