Page MenuHomeFreeBSD

Fix installworld with WITHOUT_DIALOG
ClosedPublic

Authored by bapt on Oct 22 2016, 4:22 PM.
Tags
None
Referenced Files
F171236827: D8325.id21618.diff
Wed, Sep 9, 6:11 PM
Unknown Object (File)
Tue, Sep 8, 11:25 PM
Unknown Object (File)
Tue, Sep 8, 10:09 AM
Unknown Object (File)
Mon, Sep 7, 5:37 PM
Unknown Object (File)
Sat, Sep 5, 8:16 AM
Unknown Object (File)
Sat, Aug 22, 10:33 PM
Unknown Object (File)
Fri, Aug 14, 5:07 PM
Unknown Object (File)
Aug 8 2026, 6:45 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.