markcox / snappy

Automatically exported from code.google.com/p/snappy
Other
0 stars 0 forks source link

Snappy library is linked to other compression libraries #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If zlib, LZO, etc. are found, these are used for snappy_unittest. However, 
they're also linked into libsnappy.so, creating possibly false dependencies in 
distribution packages. We should

  a) Stop linking libsnappy.so against these libs (the unit test alone should do so)
  b) Have an option to not detect third-party compression libraries at all, or
  c) Both a) and b).

Original issue reported on code.google.com by se...@google.com on 28 Apr 2011 at 10:22

GoogleCodeExporter commented 9 years ago

Original comment by se...@google.com on 28 Apr 2011 at 10:23

GoogleCodeExporter commented 9 years ago
Fixed in r33.

Original comment by se...@google.com on 3 May 2011 at 11:24