Commit ba9a1bc1 authored by Eric Andersen's avatar Eric Andersen
Browse files

Do not overwrite ldconfig with /bin/true anymore

parent 01917d0e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ $(TARGET_DIR)/lib/libc.so.0: $(STAGING_DIR)/lib/libc.a

$(TARGET_DIR)/usr/bin/ldd: $(TARGET_DIR)/lib/libc.so.0
	$(MAKE) -C $(UCLIBC_DIR) PREFIX=$(TARGET_DIR) install_target_utils
	(cd $(TARGET_DIR)/sbin; ln -sf /bin/true ldconfig) 

UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0 $(TARGET_DIR)/usr/bin/ldd
endif