summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2012-09-25 12:31:47 +0200
committerRadek Podgorny <radek@podgorny.cz>2012-09-25 12:31:47 +0200
commitb2c23bab209cb5206ff53823b785a846a96d28e0 (patch)
tree8f186e1229f1952b8d3a2401c0f32ea3c5920618
parent2acfd9eb7dee0fe56071ec639e52ae8ea9992e73 (diff)
downloadunionfs-fuse-b2c23bab209cb5206ff53823b785a846a96d28e0.tar.gz
fix link bug
https://bugs.gentoo.org/show_bug.cgi?id=435822
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 82f7a1c..61d39b5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,7 +5,7 @@ CPPFLAGS += -DHAVE_XATTR
LDFLAGS +=
-LIB = $(shell pkg-config --libs fuse)
+LIB = $(shell pkg-config --libs fuse) -lpthread
HASHTABLE_OBJ = hashtable.o hashtable_itr.o
UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o findbranch.o readdir.o \