summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-04-11 18:05:25 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-06-12 12:22:17 -0400
commit87a714861c5746d990b44b6e0839f082d7068f81 (patch)
tree8f35a7793f4c9529c6901e67b19997f226553a07 /Makefile
parentd001ab384ae9b694a833a5d6140106970f31ceb1 (diff)
downloadbfs-87a714861c5746d990b44b6e0839f082d7068f81.tar.xz
lock: Add wrappers for POSIX synchronization primitives
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa8617e..20b4d07 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,8 @@ LOCAL_CPPFLAGS := \
-D_LARGEFILE64_SOURCE \
-D_FILE_OFFSET_BITS=64 \
-D_TIME_BITS=64 \
- -DBFS_VERSION=\"$(VERSION)\"
+ -DBFS_VERSION=\"$(VERSION)\" \
+ -pthread
LOCAL_CFLAGS := -std=c17
LOCAL_LDFLAGS :=