X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fqpdf%2F0001-QUtil.hh-time_t-needs-include-time.h.patch;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fqpdf%2F0001-QUtil.hh-time_t-needs-include-time.h.patch;h=742c70cb2e0abae6bdb745337568ef6fdcda6a60;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/qpdf/0001-QUtil.hh-time_t-needs-include-time.h.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/qpdf/0001-QUtil.hh-time_t-needs-include-time.h.patch new file mode 100644 index 0000000..742c70c --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/qpdf/0001-QUtil.hh-time_t-needs-include-time.h.patch @@ -0,0 +1,29 @@ +From 88ac4baf0a55ef15f298592fa344d8ddae26fa33 Mon Sep 17 00:00:00 2001 +From: Peter Korsgaard +Date: Fri, 24 Apr 2015 19:58:41 +0200 +Subject: [PATCH] QUtil.hh: time_t needs #include + +Fixes build on uClibc without threads: + +http://autobuild.buildroot.net/results/af8/af857caef0c622aa9cfb1859b344880971ff263c/build-end.log + +Signed-off-by: Peter Korsgaard +--- + include/qpdf/QUtil.hh | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh +index 5c2e548..7f912e2 100644 +--- a/include/qpdf/QUtil.hh ++++ b/include/qpdf/QUtil.hh +@@ -14,6 +14,7 @@ + #include + #include + #include ++#include + + class RandomDataProvider; + +-- +2.1.3 +