|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000354 |
[BusyBox] Other |
minor |
always |
07-25-05 14:54 |
12-07-05 19:57 |
|
|
Reporter |
funkdat |
View Status |
public |
|
|
Assigned To |
BusyBox |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
1.00 |
|
|
Summary |
0000354: Link fails with CONFIG_FEATURE_MOUNT_LOOP |
|
Description |
When CONFIG_FEATURE_MOUNT_LOOP is enabled, the final link fails with mount.c having undefined references to find_unused_loop_device(), set_loop() and del_loop(); and umount.c having undefined references to del_loop().
This occurs because libbb/loop.c switches off code when CONFIG_FEATURE_MOUNT_LOOP is not defined, and loop.c does not pull in config.h. |
|
Additional Information |
This was from today's snapshot. |
|
|
Attached Files |
|
|
|