summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-05-03 04:15:37 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-05-03 04:15:37 (GMT)
commit3d816111a9caa185acef50f2c1c692d64e69edcd (patch)
treeb42a2d1daa52952bec1192a11e65ac27167408bf
parent7229ca552726f6cc7dfbf65cd627207d95eb5dc7 (diff)
downloadmxe-3d816111a9caa185acef50f2c1c692d64e69edcd.zip
mxe-3d816111a9caa185acef50f2c1c692d64e69edcd.tar.gz
mxe-3d816111a9caa185acef50f2c1c692d64e69edcd.tar.bz2
gcc6: link final jsoncpp fix and add note to test earlier gcc versions
-rw-r--r--plugins/gcc6/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/gcc6/README.md b/plugins/gcc6/README.md
index 6303f19..a413769 100644
--- a/plugins/gcc6/README.md
+++ b/plugins/gcc6/README.md
@@ -33,6 +33,9 @@ or using above mentioned workaround. See the table below for details. If some
MXE packages or your personal projects are still FTBFS you may look how other
packages were fixed and use similar approach.
+Please ensure that proposed fixes for packages [also build with earlier GCC
+versions](https://github.com/mxe/mxe/commit/a1cc019).
+
| package | target | fixed in commit |
| ------------------ | --------------------------------------- | ---------------------------------------------------- |
| boost | all | [7ca2bce](https://github.com/mxe/mxe/commit/7ca2bce) |
@@ -47,7 +50,7 @@ packages were fixed and use similar approach.
| gtkmm3 | static (all) | - |
| guile | i686-w64-mingw32.static (all) | - |
| itk | all | - |
-| jsoncpp | all | [0bc73f7](https://github.com/mxe/mxe/commit/0bc73f7) |
+| jsoncpp | all | [a1cc019](https://github.com/mxe/mxe/commit/a1cc019) |
| json_spirit | all | - |
| librsvg | all | - |
| libxml++ | all | - |