]> git.pld-linux.org Git - packages/centericq.git/blob - centericq-amd64jabber.patch
- pain and hacks, but builds now
[packages/centericq.git] / centericq-amd64jabber.patch
1 from https://bugzilla.altlinux.org/show_bug.cgi?id=10786
2
3 diff -ur centericq-4.21.0/libjabber-0.1/libxode.h centericq-4.21.0-amd64-jabber/libjabber-0.1/libxode.h
4 --- centericq-4.21.0/libjabber-0.1/libxode.h    2005-02-10 03:36:26 +0300
5 +++ centericq-4.21.0-amd64-jabber/libjabber-0.1/libxode.h       2007-02-07
6 18:49:56 +0300
7 @@ -424,10 +424,10 @@
8   */
9
10  typedef struct {
11 -  unsigned long H[5];
12 -  unsigned long W[80];
13 +  uint32_t H[5];
14 +  uint32_t W[80];
15    int lenW;
16 -  unsigned long sizeHi,sizeLo;
17 +  uint32_t sizeHi,sizeLo;
18  } SHA_CTX;
This page took 0.044037 seconds and 3 git commands to generate.