diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-04-07 21:36:05 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-04-07 21:36:05 +0200 |
commit | cb5c042a181fba3540952991b48382fabedaf88c (patch) | |
tree | 9844249f3536956e627d24a46394b920655ce8ee /nxcomp/src/Makefile.am | |
parent | 59305c8b98d1046806e1cb80e2c7ba023c6f49cd (diff) | |
parent | dd0d49c4ef08ddd0e6cb8e689f07ee84b51c2974 (diff) | |
download | nx-libs-cb5c042a181fba3540952991b48382fabedaf88c.tar.gz nx-libs-cb5c042a181fba3540952991b48382fabedaf88c.tar.bz2 nx-libs-cb5c042a181fba3540952991b48382fabedaf88c.zip |
Merge branch 'Ionic-bugfix/libXcomp-pthread-underlinking' into 3.6.x
Attributes GH PR #791: https://github.com/ArcticaProject/nx-libs/pull/791
Diffstat (limited to 'nxcomp/src/Makefile.am')
-rw-r--r-- | nxcomp/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Makefile.am b/nxcomp/src/Makefile.am index 682ddbaca..9cecae88e 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 |