Control: tags -1 + patch fixed-upstream

On 2014-02-05 07:48:00, coldtobi wrote:
> Package: src:cubemap
> Version: 1.0.2-1
> Severity: serious
> Justification: FTBFS
> 
> Dear maintainer,
> 
> the last upload of cubemap FTBFS on, well, every arch.
> 
> The error is a undefined IOV_MAX (at least for all arch != hurd)
> 
> Did not find to check the code, but maybe this is an missing B-D.

This has been fixed upstream in commit
7b73b36365975a9ffdca9d48ab662cc09c42adb8 [1].

Regards

[1] 
http://git.sesse.net/?p=cubemap;a=commit;h=7b73b36365975a9ffdca9d48ab662cc09c42adb8
-- 
Sebastian Ramacher
diff --git a/stream.cpp b/stream.cpp
index 23f4789..87a7db7 100644
--- a/stream.cpp
+++ b/stream.cpp
@@ -1,5 +1,6 @@
 #include <assert.h>
 #include <errno.h>
+#include <limits.h>
 #include <netinet/in.h>
 #include <stdio.h>
 #include <stdlib.h>

Attachment: signature.asc
Description: Digital signature

Reply via email to