Merge lp://qastaging/~trond-norbye/libmemcached/misc-fixes into lp://qastaging/~tangent-org/libmemcached/trunk

Proposed by Trond Norbye
Status: Merged
Merged at revision: 918
Proposed branch: lp://qastaging/~trond-norbye/libmemcached/misc-fixes
Merge into: lp://qastaging/~tangent-org/libmemcached/trunk
Diff against target: 1387 lines (+214/-146)
23 files modified
clients/memdump.c (+3/-2)
clients/utilities.c (+2/-1)
configure.ac (+0/-1)
example/memcached_light.c (+4/-4)
example/storage.c (+2/-1)
libhashkit/crc32.c (+2/-1)
libhashkit/fnv.c (+8/-4)
libhashkit/jenkins.c (+5/-4)
libhashkit/md5.c (+4/-3)
libhashkit/murmur.c (+10/-9)
libhashkit/one_at_a_time.c (+2/-1)
libhashkit/strerror.c (+2/-1)
libmemcached/include.am (+1/-1)
libmemcached/stats.c (+2/-1)
libmemcached/storage.c (+2/-2)
libmemcached/strerror.c (+2/-1)
libmemcached/util/version.c (+3/-2)
libmemcached/verbosity.c (+4/-3)
m4/pandora_64bit.m4 (+3/-3)
support/libmemcached.pc.in (+1/-1)
tests/atomsmasher.c (+17/-12)
tests/hashkit_functions.c (+28/-17)
tests/mem_functions.c (+107/-71)
To merge this branch: bzr merge lp://qastaging/~trond-norbye/libmemcached/misc-fixes
Reviewer Review Type Date Requested Status
Libmemcached-developers Pending
Review via email: mp+50751@code.qastaging.launchpad.net

Description of the change

Misc fixes I need in order to build libmemcached on Solaris:

* Sun Studio don't like __attribute__((unused)) and emits a warning for that (and warnings == errors ==> build break)

* We always try to default to 64 bit builds on solaris (even if the system reports that it only supports 32 bit)

* The SASL problem from the mailing list

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: