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

Bug 395941

Summary: www-servers/lighttpd ebuild improvements
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Alex Alexander (RETIRED) <wired>
Status: VERIFIED FIXED    
Severity: enhancement CC: hwoarang
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild.patch

Description Agostino Sarubbo gentoo-dev 2011-12-24 22:18:45 UTC
Created attachment 296885 [details, diff]
ebuild.patch

The first improvement is have parallel make in src_install, works for me, I tried also with -j16. So I added and removed die when is required.

You can also check if the ".la" files installed are needed or not and add the following line

find "${D}" -name '*.la' -exec rm -f {} + || die

This patch, imho, can be bumped when the next version will out, so means no hurry.
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2012-01-17 21:49:50 UTC
I think this is fixed in latest ebuild? Reopen if I am mistaken
Comment 2 Agostino Sarubbo gentoo-dev 2012-01-17 21:53:52 UTC
Is not fixed :) tell me if you want that I touch directly
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2012-01-17 22:03:21 UTC
The EAPI4 parts are there. If you want to do other modifications please go ahead an fix it.
Comment 4 Agostino Sarubbo gentoo-dev 2012-01-17 22:11:33 UTC
the important improvement is parallel make in src_install, I will do it
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2012-01-17 22:47:45 UTC
Looks ok. Thanks!