[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1784bd58ad7741996a0ad1d0c14d3775629df927)
Vlad Glagolev
scm at sourcemage.org
Sat May 9 15:14:58 EDT 2009
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
graphics-libs/sane-backends/BUILD | 2 ++
graphics-libs/sane-backends/HISTORY | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 1784bd58ad7741996a0ad1d0c14d3775629df927
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
sane-backends: fixed compilation
diff --git a/graphics-libs/sane-backends/BUILD b/graphics-libs/sane-backends/BUILD
index 4deb843..89dc25e 100755
--- a/graphics-libs/sane-backends/BUILD
+++ b/graphics-libs/sane-backends/BUILD
@@ -1,5 +1,7 @@
create_group scanner &&
+LDFLAGS="-pthread $LDFLAGS"
+
if [[ $USEFORK == y ]]; then
OPTS="$OPTS --enable-fork-process"
else
diff --git a/graphics-libs/sane-backends/HISTORY b/graphics-libs/sane-backends/HISTORY
index 4c6825f..04b556b 100644
--- a/graphics-libs/sane-backends/HISTORY
+++ b/graphics-libs/sane-backends/HISTORY
@@ -1,3 +1,6 @@
+2009-05-09 Vlad Glagolev <stealth at sourcemage.org>
+ * BUILD: fixed compilation by adding `-pthread' flag
+
2009-05-08 Treeve Jelbert <treeve at sourcemage.org>
* DETAILS: version 1.0.20
@@ -117,4 +120,3 @@
2002-08-19 Tom Garland <tgarland at email.com>
* Created Spell sane-backends
-
More information about the SM-Commit
mailing list