Bug 25003 - getconf: POSIX_V7_THREADS_CFLAGS and POSIX_V7_THREADS_LDFLAGS missing
Summary: getconf: POSIX_V7_THREADS_CFLAGS and POSIX_V7_THREADS_LDFLAGS missing
Status: UNCONFIRMED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-16 15:14 UTC by Konrad Schwarz
Modified: 2020-12-21 02:44 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Schwarz 2019-09-16 15:14:36 UTC
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html#tagtcjh_24 specifies the existance and semantics of the above identifiers.

However, they are missing from glibc.  I'd expect the ..._LDFLAGS to be -pthread or (standards-conforming) -lpthread and ..._CFLAGS to be -pthread.

See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649164