Page MenuHomeFreeBSD

Fix installworld with WITHOUT_DIALOG
ClosedPublic

Authored by bapt on Oct 22 2016, 4:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 3, 12:40 PM
Unknown Object (File)
Thu, Oct 3, 7:36 AM
Unknown Object (File)
Wed, Oct 2, 9:23 PM
Unknown Object (File)
Tue, Oct 1, 5:17 PM
Unknown Object (File)
Mon, Sep 30, 6:09 PM
Unknown Object (File)
Sun, Sep 29, 10:58 PM
Unknown Object (File)
Fri, Sep 27, 12:34 AM
Unknown Object (File)
Wed, Sep 25, 9:52 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.