package/libtirpc: Do not build unsupported API files
authorJörg Krause <joerg.krause@embedded.rocks>
Thu, 23 Jul 2015 06:38:26 +0000 (08:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 23 Jul 2015 21:03:38 +0000 (23:03 +0200)
commit5a40c488fe20b11c07c4cbdf2a22bc068d0fe3aa
tree4809f4e73d8f170fd0e67d0ad134f7e2ccbb6d78
parent633d3320c16b5a3c6c4df82e89b9748daa9fd1fb
package/libtirpc: Do not build unsupported API files

Version 0.3.2 re-enables some APIs for backward compatibility with
glibc's SunRPC:
  - key_prot
  - netname
  - rtime

Unfortunalty, this breaks building libtirpc with uClibc and musl:
  getpublickey.c:41:28: fatal error: rpcsvc/yp_prot.h: No such file or directory

We disable those API files as at least yp_prot.h is also NIS related to support
building libtirpc with these two libc's.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libtirpc/0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch