http://bugzilla.opensuse.org/show_bug.cgi?id=1173422 http://bugzilla.opensuse.org/show_bug.cgi?id=1173422#c4 --- Comment #4 from Marcus Meissner <meissner@suse.com> --- The linux-glibc-devel jump from 4.12 to 5.3 causes this change in configure: - checking whether IFLA_INET6_ADDR_GEN_MODE is declared... no - checking whether IN6_ADDR_GEN_MODE_STABLE_PRIVACY is declared... no - checking whether IFLA_VRF_TABLE is declared... no - checking whether IFLA_MACVLAN_FLAGS is declared... no - checking whether IFLA_IPVLAN_MODE is declared... no - checking whether IFLA_VTI_REMOTE is declared... no - checking whether IFLA_PHYS_PORT_ID is declared... no - checking whether IFLA_BOND_AD_INFO is declared... no - checking whether IFLA_VLAN_PROTOCOL is declared... no - checking whether IFLA_VXLAN_GPE is declared... no - checking whether IFLA_GENEVE_LABEL is declared... no - checking whether IFLA_IPTUN_ENCAP_DPORT is declared... no - checking whether IFLA_GRE_ENCAP_DPORT is declared... no - checking whether IFLA_BRIDGE_VLAN_INFO is declared... no - checking whether IFLA_BRPORT_PROXYARP is declared... no - checking whether IFLA_BRPORT_LEARNING_SYNC is declared... no - checking whether IFLA_BR_VLAN_DEFAULT_PVID is declared... no - checking whether NDA_IFINDEX is declared... no - checking whether IFA_FLAGS is declared... no + checking whether IFLA_INET6_ADDR_GEN_MODE is declared... yes + checking whether IN6_ADDR_GEN_MODE_STABLE_PRIVACY is declared... yes + checking whether IFLA_VRF_TABLE is declared... yes + checking whether IFLA_MACVLAN_FLAGS is declared... yes + checking whether IFLA_IPVLAN_MODE is declared... yes + checking whether IFLA_VTI_REMOTE is declared... yes + checking whether IFLA_PHYS_PORT_ID is declared... yes + checking whether IFLA_BOND_AD_INFO is declared... yes + checking whether IFLA_VLAN_PROTOCOL is declared... yes + checking whether IFLA_VXLAN_GPE is declared... yes + checking whether IFLA_GENEVE_LABEL is declared... yes + checking whether IFLA_IPTUN_ENCAP_DPORT is declared... yes + checking whether IFLA_GRE_ENCAP_DPORT is declared... yes + checking whether IFLA_BRIDGE_VLAN_INFO is declared... yes + checking whether IFLA_BRPORT_PROXYARP is declared... yes + checking whether IFLA_BRPORT_LEARNING_SYNC is declared... yes + checking whether IFLA_BR_VLAN_DEFAULT_PVID is declared... yes + checking whether NDA_IFINDEX is declared... yes + checking whether IFA_FLAGS is declared... yes -- You are receiving this mail because: You are on the CC list for the bug.