nfs-utils: add patches to allow compilation against libtirpc
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Nov 2012 11:42:43 +0000 (11:42 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 14 Nov 2012 22:00:18 +0000 (23:00 +0100)
commitaca0d2a1af44acb610d4f23ceafda482590a3011
treeeaf4a10aa6c14d5915f5c77e0b56b0da01aa4d4f
parent9f0c314674cb8f9d79d30540359d1df7f564d37e
nfs-utils: add patches to allow compilation against libtirpc

libtirpc does not implement the reentrant function getrpcbynumber_r(),
so allow nfs-utils to use the non-reentrant version
getrpcbynumber(). This should not be a problem as nfs-utils tools are
not multi-threaded.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/nfs-utils/nfs-utils-0005-Allow-usage-of-getrpcbynumber-when-getrpcbynumber_r-.patch [new file with mode: 0644]
package/nfs-utils/nfs-utils-0006-Let-the-configure-script-find-getrpcbynumber-in-libt.patch [new file with mode: 0644]