Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1On gcc-10 -fno-common is the default which forbids miltiple definitions. 2--- a/libgdome/xpath/gdome-xpath-xpnsresolv.h 3+++ b/libgdome/xpath/gdome-xpath-xpnsresolv.h 4@@ -42,6 +42,6 @@ void gdome_xpath_xpnsresolv_ref (GdomeXPathNSResolver *self, GdomeException *exc 5 void gdome_xpath_xpnsresolv_unref (GdomeXPathNSResolver *self, GdomeException *exc); 6 GdomeDOMString * gdome_xpath_xpnsresolv_lookupNamespaceURI( GdomeXPathNSResolver *self, GdomeDOMString *prefix, GdomeException *exc); 7 8-const GdomeXPathNSResolverVtab gdome_xpath_xpnsresolv_vtab; 9+extern const GdomeXPathNSResolverVtab gdome_xpath_xpnsresolv_vtab; 10 11 #endif /* GDOME_XPNSRESOLV_FILE */