b3998dc00f
Add patch to fix following error: | ../../libtirpc-1.0.1/src/xdr_sizeof.c:93:13: error: 'uintptr_t' undeclared (first use in this function); did you mean '__intptr_t'? | if (len < (uintptr_t)xdrs->x_base) { | ^~~~~~~~~ This error occurs with the latest glibc master version (during the testing I had glibc commit 92bd70fb85bce57ac47ba5d8af008736832c955a), but doesn't occur with version 2.25. Patch includes stdint.h to provide uintptr_t. It has been submitted upstream: https://sourceforge.net/p/libtirpc/mailman/message/35850276/ Signed-off-by: Dmitrii Kolesnichenko <dmitrii@synopsys.com> [Thomas: reformat as Git formatted patch.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
||
---|---|---|
.. | ||
0001-Disable-parts-of-TIRPC-requiring-NIS-support.patch | ||
0002-uClibc-without-RPC-support-and-musl-does-not-install-rpcent.h.patch | ||
0003-Add-rpcgen-program-from-nfs-utils-sources.patch | ||
0004-Automatically-generate-XDR-header-files-from-.x-sour.patch | ||
0005-Add-more-XDR-files-needed-to-build-rpcbind-on-top-of.patch | ||
0006-Disable-DES-authentification-support.patch | ||
0007-Add-missing-rwlock_unlocks-in-xprt_register.patch | ||
0008-include-stdint.h-for-uintptr_t.patch | ||
Config.in | ||
libtirpc.hash | ||
libtirpc.mk |