Gitian fixes for 0.9.0rc1 build

- Add 'g++' package (virtualbox images don't have this by default)
- Workaround for determinism in Qt5 resources
- Pass --disable-maintainer-mode --disable-dependency-tracking to
  configure for libqrencode to avoid random errors about missing m4
  directory
- Fix typo -with-pic -> --with-pic

It is not necessary to rebuild dependencies after this commit.
Fixes #3610 and #3612.
This commit is contained in:
Wladimir J. van der Laan
2014-01-31 21:37:43 +01:00
parent 15ec451554
commit 65615a3a78
6 changed files with 25 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ architectures:
- "i386"
- "amd64"
packages:
- "g++"
- "libqt4-dev"
- "git-core"
- "unzip"