bug#64034: [PATCH] libparted: link libparted-fs-resize.so to libuuid

2023-06-13 Thread Brian C. Lane
On Mon, Jun 12, 2023 at 10:55:19AM -0700, Khem Raj wrote: > uuid_generate() is used in this library > Hence, add UUID_LIBS to libparted_fs_resize_la_LIBADD to avoid > > "ld.lld: error: undefined reference due to --no-allow-shlib-undefined: > uuid_generate" > > This is uncovered by lld linker lin

bug#64034: [PATCH] libparted: link libparted-fs-resize.so to libuuid

2023-06-12 Thread Khem Raj
uuid_generate() is used in this library Hence, add UUID_LIBS to libparted_fs_resize_la_LIBADD to avoid "ld.lld: error: undefined reference due to --no-allow-shlib-undefined: uuid_generate" This is uncovered by lld linker linking fatresize package due to this linker defaulting to --no-allow-shlib