diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-12-17 09:59:23 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-12-17 10:16:54 +0000 |
commit | 46694b802ce0302f3c3344be933cc9737d4d4f4c (patch) | |
tree | 9cc585bd897263106e3174cd53cdae7269dbe3c7 /src | |
parent | 958af3bdb77dc5c190b7f5117c68d2b0acd7b5bc (diff) |
Fix the PIPE_CONNECT feature control in the template Makefile, the
default having changed to "included" for 4.93
Broken-by: 81344b40e3
Diffstat (limited to 'src')
-rw-r--r-- | src/src/EDITME | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/EDITME b/src/src/EDITME index 13dc49414..75c3e7c6c 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -569,9 +569,9 @@ DISABLE_MAL_MKS=yes # DISABLE_EVENT=yes -# Uncomment this line to include support for early pipelining, per +# Uncomment this line to remove support for early pipelining, per # https://datatracker.ietf.org/doc/draft-harris-early-pipe/ -# SUPPORT_PIPE_CONNECT=yes +# DISABLE_PIPE_CONNECT=yes # Uncomment the following to remove the fast-ramp two-phase-queue-run support |