]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Include PTHREAD_CFLAGS in LDFLAGS* macros
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jan 2021 06:02:19 +0000 (01:02 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jan 2021 06:02:19 +0000 (01:02 -0500)
commit26cb9f7db66feef485c377ed10ae1ec2d2003c5a
treef38627b9414a65ed48bf697694b057681d7c1ffb
parent3e364978bc237b25ec252bdc2d93dc09bbdd195c
Include PTHREAD_CFLAGS in LDFLAGS* macros

PTHREAD_CFLAGS is set by AX_PTHREADS, and these flags need to be
included when linking executables.

Fixes: bdcd5f22203f ("Add configure and build support for the pthreads library")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
MCONFIG.in