Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158904984
D18939.id53182.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
936 B
Referenced Files
None
Subscribers
None
D18939.id53182.diff
View Options
Index: Makefile
===================================================================
--- Makefile
+++ Makefile
@@ -57,11 +57,12 @@
OPTIONS_DEFAULT=LIBEDIT_DL DOCS
-OPTIONS_GROUP= DOCSGRP DEBUGGRP
+OPTIONS_GROUP= DOCSGRP DEBUGGRP PTHRDGRP
OPTIONS_SINGLE= EDITGRP
OPTIONS_GROUP_DOCSGRP= DOCS
OPTIONS_GROUP_DEBUGGRP= ASSERT APICHECK
+OPTIONS_GROUP_PTHRDGRP= PTHREAD
OPTIONS_SINGLE_EDITGRP= EDITNONE LIBEDIT_DL LIBEDIT READLINE
@@ -79,7 +80,8 @@
LIBEDIT_DL_DESC=Use dynamically loaded libedit (recommended)
LIBEDIT_DESC= Use libedit (breaks lcurses)
READLINE_DESC= Use GNU Readline (breaks lcurses)
-
+PTHRDGRP_DESC= Threading
+PTHREAD_DESC= Link to pthread. Required for cqueues, luaossl
# Option implementations
ASSERT_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-assert
@@ -99,6 +101,7 @@
READLINE_CPPFLAGS= -DLUA_USE_READLINE
READLINE_LIBS= -lreadline
+PTHREAD_LIBS= -pthread
# end of option vars
CFLAGS+= -fPIC
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 8, 1:37 PM (21 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33812805
Default Alt Text
D18939.id53182.diff (936 B)
Attached To
Mode
D18939: Add pthread to lang/lua53
Attached
Detach File
Event Timeline
Log In to Comment