diff options
Diffstat (limited to 'sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-link-pthread.patch')
-rw-r--r-- | sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-link-pthread.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-link-pthread.patch b/sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-link-pthread.patch new file mode 100644 index 000000000000..9bed29fe2ed7 --- /dev/null +++ b/sys-fs/unionfs-fuse/files/unionfs-fuse-0.26-link-pthread.patch @@ -0,0 +1,11 @@ +--- src/Makefile 2012-09-22 22:14:36.484677038 +0200 ++++ src/Makefile 2012-09-22 22:14:40.162631059 +0200 +@@ -5,7 +5,7 @@ + + 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 \ |