File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ if {[catch {runcmd make distclean} errmsg]} {
174174 ignoreexp $errmsg {Makefile:37: *** Makefile.inc is missing, please run\
175175 './configure'. Stop.}
176176}
177- if {[catch {runcmd ./configure} errmsg]} {
177+ if {[catch {runcmd ./configure --enable-compat-version } errmsg]} {
178178 # ignore stderr output which is not an error
179179 ignoreexp $errmsg " configure.ac:172: installing\
180180 'config/compile'\n configure.ac:16: installing\
@@ -267,7 +267,7 @@ cd /tmp/mods+test-gz
267267runcmd tar xfz $cwd /$distgz
268268cd modules-$relver
269269reportInfo " Moved into '[ pwd ] ' directory"
270- runcmd ./configure
270+ runcmd ./configure --enable-compat-version
271271runcmd make
272272runcmd 2>@$logfid script/mt
273273runcmd 2>@$logfid sudo make install
@@ -292,7 +292,7 @@ runcmd 2>@$logfid git clone $ghcloneurl
292292cd modules
293293reportInfo " Moved into '[ pwd ] ' directory"
294294runcmd 2>@$logfid git checkout $relbranch
295- runcmd 2>@$logfid ./configure
295+ runcmd 2>@$logfid ./configure --enable-compat-version
296296runcmd make
297297runcmd 2>@$logfid script/mt
298298runcmd 2>@$logfid sudo make install
You can’t perform that action at this time.
0 commit comments