Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456778 - dev-db/postgresql-base : add USE=static-libs support
Summary: dev-db/postgresql-base : add USE=static-libs support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-11 12:58 UTC by Agostino Sarubbo
Modified: 2014-11-04 01:03 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 Agostino Sarubbo gentoo-dev 2013-02-11 12:58:28 UTC
We need to have USE=static-libs because this package install '.a' files:

/usr/lib64/postgresql-9.2/lib64/libecpg.a
/usr/lib64/postgresql-9.2/lib64/libecpg_compat.a
/usr/lib64/postgresql-9.2/lib64/libecpg_compat.so
/usr/lib64/postgresql-9.2/lib64/libecpg_compat.so.3
/usr/lib64/postgresql-9.2/lib64/libecpg_compat.so.3.4
/usr/lib64/postgresql-9.2/lib64/libecpg.so
/usr/lib64/postgresql-9.2/lib64/libecpg.so.6
/usr/lib64/postgresql-9.2/lib64/libecpg.so.6.4
/usr/lib64/postgresql-9.2/lib64/libpgport.a
/usr/lib64/postgresql-9.2/lib64/libpgtypes.a
/usr/lib64/postgresql-9.2/lib64/libpgtypes.so
/usr/lib64/postgresql-9.2/lib64/libpgtypes.so.3
/usr/lib64/postgresql-9.2/lib64/libpgtypes.so.3.3
/usr/lib64/postgresql-9.2/lib64/libpq.a
/usr/lib64/postgresql-9.2/lib64/libpq.so
/usr/lib64/postgresql-9.2/lib64/libpq.so.5
/usr/lib64/postgresql-9.2/lib64/libpq.so.5.5
Comment 1 Aaron W. Swenson gentoo-dev 2014-11-04 01:03:15 UTC
*postgresql-9.4_beta3-r2 (04 Nov 2014)
*postgresql-9.3.5-r2 (04 Nov 2014)
*postgresql-9.2.9-r2 (04 Nov 2014)
*postgresql-9.1.14-r2 (04 Nov 2014)
*postgresql-9.0.18-r2 (04 Nov 2014)

  04 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
  -postgresql-9.0.18-r1.ebuild, +postgresql-9.0.18-r2.ebuild,
  -postgresql-9.1.14-r1.ebuild, +postgresql-9.1.14-r2.ebuild,
  -postgresql-9.2.9-r1.ebuild, +postgresql-9.2.9-r2.ebuild,
  -postgresql-9.3.5-r1.ebuild, +postgresql-9.3.5-r2.ebuild,
  -postgresql-9.4_beta3-r1.ebuild, +postgresql-9.4_beta3-r2.ebuild,
  postgresql-9999.ebuild:
  Fix bug 456778. Use a soft block against dev-db/postgesql-{docs,base,server}
  to ease transition.