mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-08-07 13:33:53 +08:00
build: fix ldconfig executable error in python (#9490)
See: https://github.com/openwrt/openwrt/pull/4736
This commit is contained in:
parent
ad18adbf5c
commit
13002e60cb
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user