https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236125

Brooks Davis <bro...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bro...@freebsd.org

--- Comment #1 from Brooks Davis <bro...@freebsd.org> ---
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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to