Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385849 - dev-libs/libassuan-2.0.*: remove useless 'la' file when static libs are not installed
Summary: dev-libs/libassuan-2.0.*: remove useless 'la' file when static libs are not i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 11:26 UTC by Alberto Casari
Modified: 2011-10-10 16:48 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 Alberto Casari 2011-10-06 11:26:42 UTC
'dev-libs/libassuan-2.0.*' ebuild installs 'la' file even when 'static-libs'
USE flag is disabled


Reproducible: Always

Steps to Reproduce:
1.USE="-static-libs" emerge 'dev-libs/libassuan-2.0.*'
2.
3.
Actual Results:  
equery f libassuan | grep ".la"
-> /usr/lib/libassuan.la


Expected Results:  
equery f libassuan | grep ".la"
->
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-10-10 16:48:33 UTC
+  10 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> libassuan-2.0.2.ebuild:
+  Remove libassuan.la in favour of libassuan-config --cflags and --libs wrt
+  #385849 by "albecasa"