GNOME Bugzilla – Bug 698452
Build fails with libnl < 3.2.8 due to nl_object_get_type()
Last modified: 2013-05-03 23:48:40 UTC
nm-linux-platform.c uses nl_object_get_type() which was introduced only after libnl 3.27, the attached patch bumps up the requirement. make[5]: Entering directory `/home/em/dev/dleyna/src/NetworkManager/src/platform/tests' CCLD dump nm-linux-platform.c:137: error: undefined reference to 'nl_object_get_type' nm-linux-platform.c:139: error: undefined reference to 'nl_object_get_type' nm-linux-platform.c:148: error: undefined reference to 'nl_object_get_type' nm-linux-platform.c:213: error: undefined reference to 'nl_object_get_type' collect2: error: ld returned 1 exit status make[5]: *** [dump] Error 1
Created attachment 242002 [details] [review] build: Require libnl >= 3.2.8 for nl_object_get_type()
Yeah, we should probably do this.
Pushed, thanks.