Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401935 - dev-libs/libmaa : add USE=static-libs support
Summary: dev-libs/libmaa : add USE=static-libs support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2012-02-02 17:02 UTC by Maurizio Camisaschi (amd64 AT)
Modified: 2019-10-20 14:37 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 Maurizio Camisaschi (amd64 AT) 2012-02-02 17:02:22 UTC
This package installs also static libs ".a" please provide to add relative
USE and to drop unnecessary .la files. 

/usr/lib64/libmaa.a
/usr/lib64/libmaa.so.3.0.0
/usr/lib64/libmaa.so
/usr/lib64/libmaa.so.3
/usr/lib64/libmaa.la
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2012-02-15 11:53:35 UTC
This won't be that easy, it does not use libtool so --disable-static won't work.

Needs more severe patch for the Makefile.in or overhaul of buildsystem to actually use libtool.
Comment 2 Larry the Git Cow gentoo-dev 2019-10-20 14:37:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1763a812b5645dfea8dd502dc0b97401169c7dae

commit 1763a812b5645dfea8dd502dc0b97401169c7dae
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2019-10-20 14:37:22 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2019-10-20 14:37:22 +0000

    dev-libs/libmaa: [QA] Do not install static archives
    
    Closes: https://bugs.gentoo.org/401935
    Package-Manager: Portage-2.3.77, Repoman-2.3.17
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-libs/libmaa/libmaa-1.3.2.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)