Page MenuHomeFreeBSD

Fix installworld with WITHOUT_DIALOG
ClosedPublic

Authored by bapt on Oct 22 2016, 4:22 PM.
Tags
None
Referenced Files
F166580238: D8325.id21619.diff
Fri, Aug 14, 5:07 PM
Unknown Object (File)
Sat, Aug 8, 6:45 PM
Unknown Object (File)
Wed, Aug 5, 10:54 PM
Unknown Object (File)
Sat, Jul 18, 9:42 PM
Unknown Object (File)
Jul 4 2026, 5:56 PM
Unknown Object (File)
Jul 3 2026, 1:08 PM
Unknown Object (File)
Jul 3 2026, 12:47 PM
Unknown Object (File)
Jul 2 2026, 10:10 PM
Subscribers

Details

Reviewers
emaste
Summary

Fix installationn WITHOUT_DIALOG by building tzsetup without the dialog support

Diff Detail

Event Timeline

bapt retitled this revision from to Fix installworld with WITHOUT_DIALOG.
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
bapt added a reviewer: emaste.

Add one missing ifdef HAVE_DIALOG

Collapse the HAVE_DIALOG as much as possible

emaste edited edge metadata.

I think this is OK. I'd like to reduce the number of #ifdef HAVE_DIALOG blocks if we could, but we can iterate on that.

This revision is now accepted and ready to land.Oct 22 2016, 10:30 PM

Ah, your update and my comment crossed paths. Thanks, I like this better.