uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
11
pkgs/development/libraries/gdome2/fno-common.patch
Normal file
11
pkgs/development/libraries/gdome2/fno-common.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
On gcc-10 -fno-common is the default which forbids miltiple definitions.
|
||||
--- a/libgdome/xpath/gdome-xpath-xpnsresolv.h
|
||||
+++ b/libgdome/xpath/gdome-xpath-xpnsresolv.h
|
||||
@@ -42,6 +42,6 @@ void gdome_xpath_xpnsresolv_ref (GdomeXPathNSResolver *self, GdomeException *exc
|
||||
void gdome_xpath_xpnsresolv_unref (GdomeXPathNSResolver *self, GdomeException *exc);
|
||||
GdomeDOMString * gdome_xpath_xpnsresolv_lookupNamespaceURI( GdomeXPathNSResolver *self, GdomeDOMString *prefix, GdomeException *exc);
|
||||
|
||||
-const GdomeXPathNSResolverVtab gdome_xpath_xpnsresolv_vtab;
|
||||
+extern const GdomeXPathNSResolverVtab gdome_xpath_xpnsresolv_vtab;
|
||||
|
||||
#endif /* GDOME_XPNSRESOLV_FILE */
|
||||
Loading…
Add table
Add a link
Reference in a new issue