File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 25
25
- " qt-win32-5.2.0-gitian-r1.zip"
26
26
- " boost-win32-1.55.0-gitian-r6.zip"
27
27
- " bitcoin-deps-win32-gitian-r10.zip"
28
- - " protobuf-win32-2.5.0-gitian-r3 .zip"
28
+ - " protobuf-win32-2.5.0-gitian-r4 .zip"
29
29
script : |
30
30
#
31
31
STAGING=$HOME/staging
@@ -37,7 +37,7 @@ script: |
37
37
unzip ../build/qt-win32-5.2.0-gitian-r1.zip
38
38
unzip ../build/boost-win32-1.55.0-gitian-r6.zip
39
39
unzip ../build/bitcoin-deps-win32-gitian-r10.zip
40
- unzip ../build/protobuf-win32-2.5.0-gitian-r3 .zip
40
+ unzip ../build/protobuf-win32-2.5.0-gitian-r4 .zip
41
41
cd $HOME/build/
42
42
#
43
43
cd bitcoin
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ script: |
18
18
export TZ=UTC
19
19
export INSTALLPREFIX=$OUTDIR/staging/deps
20
20
export HOST=i686-w64-mingw32
21
+ OPTFLAGS="-O2"
21
22
# Integrity Check
22
23
echo "13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 protobuf-2.5.0.tar.bz2" | sha256sum -c
23
24
@@ -33,12 +34,12 @@ script: |
33
34
cp src/protoc $INSTALLPREFIX/host/bin
34
35
# Now recompile with the mingw cross-compiler:
35
36
make distclean
36
- ./configure --prefix=$INSTALLPREFIX --enable-shared=no --disable-dependency-tracking --with-protoc=$INSTALLPREFIX/host/bin/protoc --host=$HOST CXXFLAGS=-frandom-seed=11
37
+ ./configure --prefix=$INSTALLPREFIX --enable-shared=no --disable-dependency-tracking --with-protoc=$INSTALLPREFIX/host/bin/protoc --host=$HOST CXXFLAGS=" -frandom-seed=11 ${OPTFLAGS}"
37
38
make
38
39
make install
39
40
cd $INSTALLPREFIX
40
41
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
41
42
export FAKETIME=$REFERENCE_DATETIME
42
- zip -r $OUTDIR/protobuf-win32-2.5.0-gitian-r3 .zip include lib host
43
+ zip -r $OUTDIR/protobuf-win32-2.5.0-gitian-r4 .zip include lib host
43
44
unset LD_PRELOAD
44
45
unset FAKETIME
You can’t perform that action at this time.
0 commit comments