build: fix ldconfig executable error in python (#9490)

See: https://github.com/openwrt/openwrt/pull/4736
This commit is contained in:
IRN-Kawakaze 2022-06-07 14:03:30 +08:00 committed by GitHub
parent ad18adbf5c
commit 13002e60cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,5 +196,4 @@ prereq: $(STAGING_DIR_HOST)/bin/mkhash
# Install ldconfig stub
$(eval $(call TestHostCommand,ldconfig-stub,Failed to install stub, \
touch $(STAGING_DIR_HOST)/bin/ldconfig && \
chmod +x $(STAGING_DIR_HOST)/bin/ldconfig))
$(LN) /bin/true $(STAGING_DIR_HOST)/bin/ldconfig))