summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2012-06-06 22:10:02 +0200
committerVlad Glagolev2012-06-14 12:34:54 +0400
commit0113d11707e389634465ca5f8e25169d6b4b01ce (patch)
treea8138a091808add5c5495772019c1dd1e4aadf3f
parentb5e7d3d9aa83bd0c913cdf677c61b1e6b61ba49f (diff)
smgl/castfs: add -lpthread to LDFLAGS to prevent linker error
(cherry picked from commit c8b5f6d9b8d4596d9b0231513daafb167ee5d105)
-rwxr-xr-xsmgl/castfs/BUILD2
-rw-r--r--smgl/castfs/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/smgl/castfs/BUILD b/smgl/castfs/BUILD
index 883fac3c7e..5a8a35fbde 100755
--- a/smgl/castfs/BUILD
+++ b/smgl/castfs/BUILD
@@ -1,5 +1,5 @@
# fixes static compilation after 2011-05-26 in FUSE
-LDFLAGS="-ldl $LDFLAGS" &&
+LDFLAGS="-ldl -lpthread $LDFLAGS" &&
OPTS="$OPTS $STATIC_FUSE" &&
default_build
diff --git a/smgl/castfs/HISTORY b/smgl/castfs/HISTORY
index 694759fa90..abe8701346 100644
--- a/smgl/castfs/HISTORY
+++ b/smgl/castfs/HISTORY
@@ -1,3 +1,6 @@
+2012-06-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD: added -lpthread to LDFLAGS to prevent link error
+
2012-05-15 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: register new triggers (PATCHLEVEL+=1)
* TRIGGERS: added, to recast statically-linked version on fuse update