GNOME Bugzilla – Bug 784225
Build failure if HOSTNAME_PERSIST_SUSE is defined
Last modified: 2017-06-27 07:17:56 UTC
CONF_DHCP is referenced in nm-hostname-manager.c in a couple of places, but it is only defined in nm-settings.c.
Created attachment 354529 [details] [review] Proposed patch.
Hi, thanks for the patch! I think you can just move the 2 defines to nm-hostname-manager.c, as they are not needed in nm-settings.c.
Created attachment 354538 [details] [review] Revised patch. Yeah, this will work, too.
merged: https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=6405d1773053502a76140c2ee3b7ef51ec432ef1 thanks