Skip to content

Commit ef419b2

Browse files
committed
script: build src with compat vers enabled on mrel
1 parent 0dbcc45 commit ef419b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/mrel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'\nconfigure.ac:16: installing\
@@ -267,7 +267,7 @@ cd /tmp/mods+test-gz
267267
runcmd tar xfz $cwd/$distgz
268268
cd modules-$relver
269269
reportInfo "Moved into '[pwd]' directory"
270-
runcmd ./configure
270+
runcmd ./configure --enable-compat-version
271271
runcmd make
272272
runcmd 2>@$logfid script/mt
273273
runcmd 2>@$logfid sudo make install
@@ -292,7 +292,7 @@ runcmd 2>@$logfid git clone $ghcloneurl
292292
cd modules
293293
reportInfo "Moved into '[pwd]' directory"
294294
runcmd 2>@$logfid git checkout $relbranch
295-
runcmd 2>@$logfid ./configure
295+
runcmd 2>@$logfid ./configure --enable-compat-version
296296
runcmd make
297297
runcmd 2>@$logfid script/mt
298298
runcmd 2>@$logfid sudo make install

0 commit comments

Comments
 (0)