]> git.ipfire.org Git - thirdparty/xz.git/commit
Build: Prepend, not append, PTHREAD_CFLAGS to LIBS
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 25 Jun 2024 13:00:22 +0000 (16:00 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 6 Sep 2024 16:26:01 +0000 (19:26 +0300)
commit495de6ec9d7834c4ef4d5286844ef7b784eb951b
tree9e22ee5ecbed1111b641ad95ca9b55074702aa78
parent55bf3f49a812e20a21e42323e39526bb31d9341a
Build: Prepend, not append, PTHREAD_CFLAGS to LIBS

It shouldn't make any difference because LIBS should be empty
at that point in configure. But prepending is the correct way
because in general the libraries being added might require other
libraries that come later on the command line.

(cherry picked from commit 2402e8a1ae92676fa0d4cb1b761d7f62f005c098)
configure.ac