Bug 1123155

Summary: Typo in FindThreads.cmake breaks pthread
Product: [Fedora] Fedora Reporter: Andrew Gunnerson <accounts+fedora>
Component: cmakeAssignee: Orion Poplawski <orion>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: jreznik, ltinkl, orion, pertusus, pmachata, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-25 02:56:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Fix pthreads typo none

Description Andrew Gunnerson 2014-07-25 02:50:55 UTC
Created attachment 920778 [details]
Fix pthreads typo

The /usr/share/cmake/Modules/FindThreads.cmake file attempts to link against "pthreads", though the name of the library is actually "pthread" (libpthread.so). As a result, any multithreaded program than uses this CMake file is broken. Could this typo be fixed please? A patch is attached to this bug report.

Thanks in advance!

Comment 1 Andrew Gunnerson 2014-07-25 02:56:47 UTC
I'm sorry, this was my mistake. Please ignore this bug report.