Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386029 - media-sound/sox-14.3.2 Clean ".a/.la" files
Summary: media-sound/sox-14.3.2 Clean ".a/.la" files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 09:15 UTC by Agostino Sarubbo
Modified: 2011-10-07 15:17 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 2011-10-07 09:15:30 UTC
amd64box radvd # qlist sox | grep lib64
/usr/lib64/libsox.a
/usr/lib64/libsox.so.1.0.0
/usr/lib64/libsox.la
/usr/lib64/pkgconfig/sox.pc
/usr/lib64/libsox.so
/usr/lib64/libsox.so.1

Add static-libs IUSE if other packages needs ".a"

You can use also autotools-utils eclass. Thanks
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-10-07 15:17:38 UTC
+*sox-14.3.2-r1 (07 Oct 2011)
+
+  07 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> +sox-14.3.2-r1.ebuild:
+  USE="static-libs" and Empty dependency_libs in libtool files wrt #386029.
+  Respect environment CFLAGS with USE="debug" wrt #386027. Thanks to Agostino
+  Sarubbo for reporting.