You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
From: Julian Ospald <hasufell@gentoo.org>
|
|
Date: Thu Aug 23 17:57:20 UTC 2012
|
|
Subject: build system
|
|
|
|
fix underlinking
|
|
|
|
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -631,6 +631,7 @@
|
|
#
|
|
AM_CONDITIONAL([NO_TLS], [test x$ac_cv_tls = xnone])
|
|
|
|
+LIBS="$LIBS -lpthread"
|
|
|
|
#
|
|
# Generate the output files.
|