Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395941 - www-servers/lighttpd ebuild improvements
Summary: www-servers/lighttpd ebuild improvements
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-24 22:18 UTC by Agostino Sarubbo
Modified: 2012-01-17 22:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild.patch (diff,1.38 KB, patch)
2011-12-24 22:18 UTC, Agostino Sarubbo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!