diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-29 19:32:52 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-29 19:33:10 +0000 |
commit | e0a676c728638a535ea80ae62ae5795fb0f6a706 (patch) | |
tree | bcbf634ff228513fc9cf7244da62eff1f2d2b03f /user/libtirpc/endian-header.patch | |
parent | 884687f4f8338adfbd4150afaad1f747f3b16797 (diff) | |
download | packages-e0a676c728638a535ea80ae62ae5795fb0f6a706.tar.gz packages-e0a676c728638a535ea80ae62ae5795fb0f6a706.tar.bz2 packages-e0a676c728638a535ea80ae62ae5795fb0f6a706.tar.xz packages-e0a676c728638a535ea80ae62ae5795fb0f6a706.zip |
user/libtirpc: Bump to 1.2.5, fixes
* Define _BSD_SOURCE in <rpc/types.h> for building against in ISO C mode
* Fix location of <endian.h>
* Remove upstreamed musl compatibility patch.
Diffstat (limited to 'user/libtirpc/endian-header.patch')
-rw-r--r-- | user/libtirpc/endian-header.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/libtirpc/endian-header.patch b/user/libtirpc/endian-header.patch new file mode 100644 index 000000000..9f9523305 --- /dev/null +++ b/user/libtirpc/endian-header.patch @@ -0,0 +1,13 @@ +Fix location of endian.h. Yay for POSIX next. + +--- libtirpc-1.2.5/src/xdr_float.c.old 2019-12-19 18:55:48.000000000 +0000 ++++ libtirpc-1.2.5/src/xdr_float.c 2019-12-29 18:54:28.408092748 +0000 +@@ -83,7 +83,7 @@ + }; + #else + +-#include <bits/endian.h> ++#include <endian.h> + #define IEEEFP + + #endif /* vax */ |