Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427524 - Typo in dev-libs/elfutils-0.154-r1
Summary: Typo in dev-libs/elfutils-0.154-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-21 18:05 UTC by argonovsky
Modified: 2012-07-22 20:32 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 argonovsky 2012-07-21 18:05:06 UTC
Hello,

I found a typo in ebuild mentioned in summary. 
It is in a src_configure() function:
$(use_enable threads thread_safety) but should be:
$(use_enable threads thread-safety).
Comment 1 SpanKY gentoo-dev 2012-07-22 20:30:36 UTC
it still works because of how configure parses options -- it internally normalizes the - to _
Comment 2 SpanKY gentoo-dev 2012-07-22 20:32:02 UTC
should be all set now in the tree; thanks for the report!

Commit message: The thread option uses a - separator
http://sources.gentoo.org/dev-libs/elfutils/elfutils-0.154-r1.ebuild?r1=1.1&r2=1.2