Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541396 - dev-libs/protobuf-2.5.0-r2 has sys-libs/zlib automagic
Summary: dev-libs/protobuf-2.5.0-r2 has sys-libs/zlib automagic
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-26 02:59 UTC by Nikoli
Modified: 2015-02-26 04:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2015-02-26 02:59:16 UTC
$ objdump -p /usr/lib64/libprotobuf-lite.so.8.0.0|grep NEEDED|sort
  NEEDED               libc.so.6
  NEEDED               libgcc_s.so.1
  NEEDED               libm.so.6
  NEEDED               libpthread.so.0
  NEEDED               libstdc++.so.6
  NEEDED               libz.so.1
$ objdump -p /usr/lib64/libprotoc.so.8.0.0|grep NEEDED|sort
  NEEDED               libc.so.6
  NEEDED               libgcc_s.so.1
  NEEDED               libm.so.6
  NEEDED               libprotobuf.so.8
  NEEDED               libpthread.so.0
  NEEDED               libstdc++.so.6
  NEEDED               libz.so.1

from configure.ac:
AC_ARG_WITH([zlib],
  [AS_HELP_STRING([--with-zlib],
    [include classes for streaming compressed data in and out @<:@default=check@:>@])],
  [],[with_zlib=check])
Comment 1 Tim Harder gentoo-dev 2015-02-26 04:49:10 UTC
Fixed in 2.5.0-r3 and 2.6.1-r2.