packages/libadns/: Various minor fixes.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 6 May 2018 11:32:57 +0000 (12:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 May 2018 11:32:57 +0000 (12:32 +0100)
commite6d97cbecb8c4404c0454c141848e1afba11ce2f
tree9fa1626e273d1c21142b6e9a4da768940e847920
parent6406bb3fd26d56c51c25825f21a08bada0942cbd
packages/libadns/: Various minor fixes.

  * Don't try to use getprotobyname(3) to discover the UDP protocol
    number, because it doesn't work on Android.  Instead, just know
    that it's called `IPPROTO_UDP'.

  * Prefix the standard configuration paths for `/etc/resolv.conf' etc.

  * Include a minimal `resolv.conf' file which uses the Quad9 resolver.
packages/libadns/build.sh
packages/libadns/getprotoent.patch [new file with mode: 0644]
packages/libadns/resolvconf.patch [new file with mode: 0644]