0001-poll.h-is-located-at-root-not-sys-poll.h.patch'poll.h' is located at root, not 'sys/poll.h'
0002-Use-glib-s-in-built-C_IN.patchUse glib's in-built C_IN
Since we do not have C_IN and glib has functionality for providing it, let glib provide it.
0003-Let-glib-know-where-our-resolv.h-is-located.patchLet glib know where our 'resolv.h' is located
0004-Disable-IPV6-support.patchDisable IPV6 support
Minerva does not have IPV6 support so disable it
0005-Minerva-does-not-have-IN_MULTICAST-just-return-0.patchMinerva does not have IN_MULTICAST, just return 0
Since Minerva does not have IN_MULTICAST we just return 0
0006-Rename-glib-gio-mount-function-to-gio_mount.patchRename glib/gio mount function to gio_mount
Somehow glib picks up on Minerva's mount function and gets confused
0007-Include-arpa-compatibility-definitions.patchInclude arpa compatibility definitions
Minerva is missing all that is defined in this section so let's include it.
0008-Add-stub-for-function-dn_expand.patchAdd stub for function dn_expand.
Minerva is missing dn_expand so include a stub for it
0009-ntohl-ntohs-is-located-in-arpa-inet.h.patchntohl/ntohs is located in 'arpa/inet.h'
In Minerva ntohl/ntohs is located in arpa/inet.h, other stuff glib needs is included in 'netinet/in.h'.
0010-Include-strings.h-for-strcasecmp.patchInclude 'strings.h' for strcasecmp
0011-Exclude-arpa-nameser.h-as-it-does-not-exist-on-Seren.patchExclude arpa/nameser.h as it does not exist on Minerva
0012-Do-not-flag-support-for-extended-attributes-xattr.patchDo not flag support for extended attributes (xattr)