diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-01 11:43:22 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-01 11:43:22 +0100 |
commit | ab6c622e801c15627beac5cdc0e0f6d9270316aa (patch) | |
tree | b16f9d97c95733a23d5d2780735e339189417b2a /patches-i486-stage1 | |
parent | 01b9f1fb2e19f0d587bdbe77d9861d62de4dcd8f (diff) | |
download | bootstrap32-ab6c622e801c15627beac5cdc0e0f6d9270316aa.tar.xz |
added package patch support
building up to libtirpc
Diffstat (limited to 'patches-i486-stage1')
-rw-r--r-- | patches-i486-stage1/libtirpc-1.0.2-stdint.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches-i486-stage1/libtirpc-1.0.2-stdint.patch b/patches-i486-stage1/libtirpc-1.0.2-stdint.patch new file mode 100644 index 0000000..5d65359 --- /dev/null +++ b/patches-i486-stage1/libtirpc-1.0.2-stdint.patch @@ -0,0 +1,11 @@ +diff -rauN libtirpc-1.0.2/src/xdr_sizeof.c libtirpc-1.0.2-stdint-patch/src/xdr_sizeof.c +--- libtirpc-1.0.2/src/xdr_sizeof.c 2017-07-05 17:02:23.000000000 +0200 ++++ libtirpc-1.0.2-stdint-patch/src/xdr_sizeof.c 2017-12-18 21:54:34.938360673 +0100 +@@ -39,6 +39,7 @@ + #include <rpc/xdr.h> + #include <sys/types.h> + #include <stdlib.h> ++#include <stdint.h> + #include "un-namespace.h" + + /* ARGSUSED */ |