This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch bugfix/libXcomp-pthread-underlinking in repository nx-libs. commit 1b6da5992dd983a8526e91cd93dd98c01a81aa5b Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 4 11:18:35 2019 +0200 nxcomp/src/Makefile.am: PTHREAD_LDFLAGS does not exist, replace with PTHREAD_LIBS. --- nxcomp/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nxcomp/src/Makefile.am b/nxcomp/src/Makefile.am index 682ddba..9cecae8 100644 --- a/nxcomp/src/Makefile.am +++ b/nxcomp/src/Makefile.am @@ -139,7 +139,7 @@ AM_CPPFLAGS = \ libXcomp_la_LDFLAGS = \ -version-number @LT_COMP_VERSION@ \ -no-undefined \ - $(PTHREAD_LDFLAGS) \ + @PTHREAD_LIBS@ \ $(NULL) libXcompincludedir = $(includedir)/nx -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git