Page MenuHomeFreeBSD

D41543.diff
No OneTemporary

D41543.diff

diff --git a/lib/libzstd/Makefile b/lib/libzstd/Makefile
--- a/lib/libzstd/Makefile
+++ b/lib/libzstd/Makefile
@@ -38,6 +38,11 @@
-DZSTD_MULTITHREAD=1 -fvisibility=hidden
LIBADD= pthread
+# ZSTD_ASM_SUPPORTED is 0 on FreeBSD but 1 on macOS and Linux. Since we build
+# this as a bootstrap library and don't include any assembly sources in SRCS,
+# explicitly disable assembly.
+CFLAGS+= -DZSTD_DISABLE_ASM
+
PRIVATELIB= yes
PACKAGE= runtime

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 29, 6:30 PM (3 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17844377
Default Alt Text
D41543.diff (452 B)

Event Timeline