mirror of https://github.com/mirror/busybox.git
Eliminate ldconfig which is no longer built by
default (or needed) with uClibc.1_00_stable_10817
parent
48cc89b738
commit
f8f6e624bb
|
@ -93,7 +93,6 @@ ln -s /proc/mounts $TARGET_DIR/etc/mtab
|
|||
# other miscellaneous setup
|
||||
mkdir $TARGET_DIR/initrd
|
||||
mkdir $TARGET_DIR/proc
|
||||
$UCLIBC_DIR/ld.so-1/util/ldconfig -r $TARGET_DIR
|
||||
|
||||
|
||||
# Done. Maybe do cleanup.
|
||||
|
|
Loading…
Reference in New Issue