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

Bug 604582

Summary: net-misc/pavuk-0.9.36_pre20120215-r2 - hammer USE flag not honored
Product: Gentoo Linux Reporter: segmentation fault <segmentation-fault>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WONTFIX    
Severity: normal CC: jstein, treecleaner
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: Pending removal: 2018-04-17
Package list:
Runtime testing required: ---

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