Bug#701257: Could you provide more info, please
Hideki Yamane
henrich at debian.or.jp
Fri Feb 7 14:25:05 UTC 2014
Control: tags -1 patch
Hi,
On Mon, 3 Jun 2013 09:19:24 +0200
Sebastian Ramacher <sramacher at debian.org> wrote:
> > Well, the bug should be already fixed upstream. We changed the name of
> > the macro.
>
> Cool. Could you point me to the revision that renamed the macro?
Probably this one
>r15398 | dgarcia | 2013-03-12 09:28:38 +0900 (2013年03月12日 (火)) | 2 lines
>
> * undefining TIME_UTC to resolve dbts #701257
Index: CLAM/src/System/Threads/xtime.hxx
===================================================================
--- CLAM/src/System/Threads/xtime.hxx (revision 15397)
+++ CLAM/src/System/Threads/xtime.hxx (revision 15398)
@@ -30,6 +30,11 @@
#endif
#include <pthread.h>
+// KLUDGE: C11 defines TIME_UTC as macro in time.h
+#ifdef TIME_UTC
+#undef TIME_UTC
+#endif
+
namespace CLAM
{
And I've succeeded to build a package, debdiff attached.
--
Regards,
Hideki Yamane henrich @ debian.or.jp/org
http://wiki.debian.org/HidekiYamane
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clam.diff
Type: text/x-diff
Size: 1585 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20140207/61f6fd56/attachment.diff>
More information about the pkg-multimedia-maintainers
mailing list