https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236125
Brooks Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Brooks Davis <[email protected]> --- geom(8) is really not designed for static compilation. We should probably at a minimum alter sbin/geom/Makefile to embed gpart and glabel in the binary when WITHOUT_DYNAMICROOT is defined. That should be as simple as changing the line mentioning RESCUE to: .if defined(RESCUE) || defined(RELEASE_CRUNCH) || ${MK_DYNAMICROOT} == "no" and altering the LINKS value to in the MK_DYNAMICROOT=no case. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
