Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115794569
D41543.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
452 B
Referenced Files
None
Subscribers
None
D41543.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D41543: libzstd: Explicitly define ZSTD_DISABLE_ASM
Attached
Detach File
Event Timeline
Log In to Comment