Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380891 - dev-vcs/subversion-1.6.17-r4: minor correction for static libs
Summary: dev-vcs/subversion-1.6.17-r4: minor correction for static libs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-27 23:02 UTC by Rafał Mużyło
Modified: 2011-08-30 11:19 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 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 :)