Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 380891

Summary: dev-vcs/subversion-1.6.17-r4: minor correction for static libs
Product: Gentoo Linux Reporter: Rafał Mużyło <galtgendo>
Component: Current packagesAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rafał Mużyło 2011-08-27 23:02:23 UTC
As subversion uses libtool, a better solution than to delete static libs at the end is to pass '--disable-static' to econf - that way static libs aren't built in the first place.

Tested to work correctly with USE="apache2 bash-completion berkdb ctypes-python doc java nls perl python ruby sasl webdav-neon -debug -dso -emacs -extras -gnome-keyring -kde -vim-syntax -webdav-serf".
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2011-08-30 11:19:29 UTC
+*subversion-1.6.17-r5 (30 Aug 2011)
+
+  30 Aug 2011; Tony Vroon <chainsaw@gentoo.org> -subversion-1.6.17-r3.ebuild,
+  +subversion-1.6.17-r5.ebuild:
+  Stop static libraries from being built entirely, instead of deleting them
+  after the fact as suggested by Rafał "galtgendo" Mużyło in bug #380891.
+  Removed old ebuild.

This is indeed a lot more elegant, thank you :)