aboutsummaryrefslogtreecommitdiff
path: root/nxproxy/configure.ac
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-04-07 21:36:05 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-04-07 21:36:05 +0200
commitcb5c042a181fba3540952991b48382fabedaf88c (patch)
tree9844249f3536956e627d24a46394b920655ce8ee /nxproxy/configure.ac
parent59305c8b98d1046806e1cb80e2c7ba023c6f49cd (diff)
parentdd0d49c4ef08ddd0e6cb8e689f07ee84b51c2974 (diff)
downloadnx-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 'nxproxy/configure.ac')
-rw-r--r--nxproxy/configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/nxproxy/configure.ac b/nxproxy/configure.ac
index 6a0a41cbb..2ca64f61e 100644
--- a/nxproxy/configure.ac
+++ b/nxproxy/configure.ac
@@ -28,17 +28,6 @@ NX_DEFAULT_OPTIONS
NX_TARGET_USE_ELF
-dnl This is a workaround for a nasty libtool bug.
-dnl We actually compile libXcomp with pthread support, but libtool uses g++ ... -nostdlib ... -pthread
-dnl on Linux. -nostdlib causes -pthread to be ignored.
-dnl According to GCC upstream, this is not a bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25460
-dnl GCC upstream insists that libtool needs to handle -pthread in a special way when using -nostdlib.
-dnl A patch has been submitted to the libtool project: http://lists.gnu.org/archive/html/libtool-patches/2013-11/msg00015.html
-dnl but never applied to the code base. Boo.
-dnl We will work around this bug by using AX_PTHREAD and linking with pthread support in all consumers of
-dnl libXcomp for now.
-AX_PTHREAD([], AC_MSG_ERROR([no POSIX threads support detected]))
-
AC_CONFIG_FILES([
Makefile
man/Makefile