Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144743141
D41010.id124583.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
945 B
Referenced Files
None
Subscribers
None
D41010.id124583.diff
View Options
diff --git a/sys/modules/cc/Makefile b/sys/modules/cc/Makefile
--- a/sys/modules/cc/Makefile
+++ b/sys/modules/cc/Makefile
@@ -10,7 +10,7 @@
# building these modules by default.
# We will default to building these modules unless $OPT_INET is defined
# and does not contain the TCP_HHOOK option.
-.if defined(ALL_MODULES) || ${OPT_INET:UTCP_HHOOK:MTCP_HHOOK} != ""
+.if defined(ALL_MODULES) || ${OPT_GLOBAL:UTCP_HHOOK:MTCP_HHOOK} != ""
SUBDIR+= \
cc_cdg \
cc_chd \
diff --git a/sys/modules/khelp/Makefile b/sys/modules/khelp/Makefile
--- a/sys/modules/khelp/Makefile
+++ b/sys/modules/khelp/Makefile
@@ -6,7 +6,7 @@
# building this modules by default.
# We will default to building this module unless $OPT_INET is defined
# and does not contain the TCP_HHOOK option.
-.if defined(ALL_MODULES) || ${OPT_INET:UTCP_HHOOK:MTCP_HHOOK} != ""
+.if defined(ALL_MODULES) || ${OPT_GLOBAL:UTCP_HHOOK:MTCP_HHOOK} != ""
SUBDIR+= h_ertt
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 13, 12:21 AM (14 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28671876
Default Alt Text
D41010.id124583.diff (945 B)
Attached To
Mode
D41010: Fix building of TCP CC modules depending on TCP_HHOOK
Attached
Detach File
Event Timeline
Log In to Comment