Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37727764
en ru br
ALT Linux repositórios
S:1.3.10-alt1

Group :: Sistema/Bibliotecas
RPM: libserf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: serf-1.3.8-testfix.patch
Download


Fix build.
--- serf-1.3.8/test/test_buckets.c.testfix
+++ serf-1.3.8/test/test_buckets.c
@@ -1234,7 +1234,7 @@ static apr_status_t deflate_compress(con
        uncompressed data, + 12 bytes. This info comes from zlib.h.
        Note: This isn't sufficient when using Z_NO_FLUSH and extremely compressed
        data. Use a buffer bigger than what we need. */
-//    buf_size = orig_len + (orig_len / 1000) + 12;
+    /* buf_size = orig_len + (orig_len / 1000) + 12; */
     buf_size = 100000;
 
     write_buf = apr_palloc(pool, buf_size);
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009