small-package/diy/patches/prereq-build_new.patch

10 lines
323 B
Diff
Raw Normal View History

2022-03-23 13:28:18 +08:00
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
2022-03-23 12:49:48 +08:00
@@ -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))