diff options
author | teor <teor@torproject.org> | 2018-08-09 17:06:13 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-09 22:18:12 +1000 |
commit | 7cf7b52fcab81c55a4c493bad68eddc0d27a0d63 (patch) | |
tree | da3cc4cc230521c6166445a17631ba1b6af7e51d /changes | |
parent | 515d190b2ca9249871d04067c3bdbd312669997e (diff) | |
download | tor-7cf7b52fcab81c55a4c493bad68eddc0d27a0d63.tar.gz tor-7cf7b52fcab81c55a4c493bad68eddc0d27a0d63.zip |
Travis: create configure flags once, then echo the flags
Creating the configure flags once avoids inconsistent flags
between configure and distcheck configure.
Echoing the flags helps developers work out what configure is
doing.
(Backported to 0.2.9 and later as a precaution.)
Fixes 27088 on 0.3.4.1-alpha, adds logging in previous releases.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27088 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug27088 b/changes/bug27088 new file mode 100644 index 0000000000..d4d3b292c5 --- /dev/null +++ b/changes/bug27088 @@ -0,0 +1,5 @@ + o Minor bugfixes (continuous integration): + - Pass the module flags to distcheck configure, and + log the flags before running configure. (Backported + to 0.2.9 and later as a precaution.) + Fixes bug 27088; bugfix on 0.3.4.1-alpha. |