* [ptxdist] [PATCH] Patches for fuse-zip: Adds a missing header. See: http://code.google.com/p/fuse-zip/issues/detail?id=44
@ 2014-12-12 16:05 grodriguez
2015-01-12 15:38 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: grodriguez @ 2014-12-12 16:05 UTC (permalink / raw)
To: ptxdist; +Cc: grodriguez
---
| 13 +++++++++++++
patches/fuse-zip-0.4.0/series | 1 +
2 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 patches/fuse-zip-0.4.0/Fix_missing_header.diff
create mode 100644 patches/fuse-zip-0.4.0/series
--git a/patches/fuse-zip-0.4.0/Fix_missing_header.diff b/patches/fuse-zip-0.4.0/Fix_missing_header.diff
new file mode 100644
index 0000000..39ccc92
--- /dev/null
+++ b/patches/fuse-zip-0.4.0/Fix_missing_header.diff
@@ -0,0 +1,13 @@
+Index: fuse-zip-0.4.0/lib/fileNode.cpp
+===================================================================
+--- fuse-zip-0.4.0.orig/lib/fileNode.cpp 2014-01-14 17:55:27.000000000 +0100
++++ fuse-zip-0.4.0/lib/fileNode.cpp 2014-12-10 18:33:42.524472368 +0100
+@@ -27,6 +27,8 @@
+ #include <stdexcept>
+ #include <syslog.h>
+ #include <cassert>
++#define __STDC_LIMIT_MACROS
++#include <stdint.h>
+
+ #include "fileNode.h"
+ #include "extraField.h"
diff --git a/patches/fuse-zip-0.4.0/series b/patches/fuse-zip-0.4.0/series
new file mode 100644
index 0000000..b460945
--- /dev/null
+++ b/patches/fuse-zip-0.4.0/series
@@ -0,0 +1 @@
+Fix_missing_header.diff
--
1.7.0.4
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] Patches for fuse-zip: Adds a missing header. See: http://code.google.com/p/fuse-zip/issues/detail?id=44
2014-12-12 16:05 [ptxdist] [PATCH] Patches for fuse-zip: Adds a missing header. See: http://code.google.com/p/fuse-zip/issues/detail?id=44 grodriguez
@ 2015-01-12 15:38 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2015-01-12 15:38 UTC (permalink / raw)
To: ptxdist
This should be part of the patch that adds package.
Michael
On Fri, Dec 12, 2014 at 05:05:35PM +0100, grodriguez wrote:
> ---
> patches/fuse-zip-0.4.0/Fix_missing_header.diff | 13 +++++++++++++
> patches/fuse-zip-0.4.0/series | 1 +
> 2 files changed, 14 insertions(+), 0 deletions(-)
> create mode 100644 patches/fuse-zip-0.4.0/Fix_missing_header.diff
> create mode 100644 patches/fuse-zip-0.4.0/series
>
> diff --git a/patches/fuse-zip-0.4.0/Fix_missing_header.diff b/patches/fuse-zip-0.4.0/Fix_missing_header.diff
> new file mode 100644
> index 0000000..39ccc92
> --- /dev/null
> +++ b/patches/fuse-zip-0.4.0/Fix_missing_header.diff
> @@ -0,0 +1,13 @@
> +Index: fuse-zip-0.4.0/lib/fileNode.cpp
> +===================================================================
> +--- fuse-zip-0.4.0.orig/lib/fileNode.cpp 2014-01-14 17:55:27.000000000 +0100
> ++++ fuse-zip-0.4.0/lib/fileNode.cpp 2014-12-10 18:33:42.524472368 +0100
> +@@ -27,6 +27,8 @@
> + #include <stdexcept>
> + #include <syslog.h>
> + #include <cassert>
> ++#define __STDC_LIMIT_MACROS
> ++#include <stdint.h>
> +
> + #include "fileNode.h"
> + #include "extraField.h"
> diff --git a/patches/fuse-zip-0.4.0/series b/patches/fuse-zip-0.4.0/series
> new file mode 100644
> index 0000000..b460945
> --- /dev/null
> +++ b/patches/fuse-zip-0.4.0/series
> @@ -0,0 +1 @@
> +Fix_missing_header.diff
> --
> 1.7.0.4
>
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-12 15:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-12 16:05 [ptxdist] [PATCH] Patches for fuse-zip: Adds a missing header. See: http://code.google.com/p/fuse-zip/issues/detail?id=44 grodriguez
2015-01-12 15:38 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox