Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 604582 - net-misc/pavuk-0.9.36_pre20120215-r2 - hammer USE flag not honored
Summary: net-misc/pavuk-0.9.36_pre20120215-r2 - hammer USE flag not honored
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: Pending removal: 2018-04-17
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2017-01-04 01:21 UTC by segmentation fault
Modified: 2018-04-29 17:59 UTC (History)
2 users (show)

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 segmentation fault 2017-01-04 01:21:36 UTC
I have the 'hammer' USE flag set for pavuk in my /etc/portage/package.use. However, compilation starts without enabling 'Hammer':

  Hammer (a.k.a. 'chunky' / DoS) support:  no


Reason
====

While 'hammer' is part of the IUSE variable in the ebuild, it is not taken into account during the assembly of 'configure' options.

Solution
=====

Add the line:

$(use_enable hammer)

to the myeconfargs array in the ebuild.
Comment 1 Pacho Ramos gentoo-dev 2018-04-29 17:59:28 UTC
removed