Date: Fri, 01 Mar 2019 19:51:52 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 236125] /sbin/geom cannot work anymore when world is build WITHOUT_DYNAMICROOT Message-ID: <bug-236125-227-1ptcGkp4C4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236125-227@https.bugs.freebsd.org/bugzilla/> References: <bug-236125-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236125 Brooks Davis <brooks@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brooks@FreeBSD.org --- Comment #1 from Brooks Davis <brooks@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236125-227-1ptcGkp4C4>
