10 lines
379 B
Diff
10 lines
379 B
Diff
![]() |
--- prereq-build.mk 2022-01-12 17:31:03.000000000 +0800
|
||
|
+++ prereq-build_new.mk 2022-03-23 10:46:22.000000000 +0800
|
||
|
@@ -196,5 +196,4 @@
|
||
|
|
||
|
# 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))
|