File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ script: |
38
38
tar xjf $INDIR/protobuf-2.5.0.tar.bz2
39
39
cd protobuf-2.5.0
40
40
# First: build a native (linux) protoc
41
- ./configure --enable-shared=no --disable-dependency-tracking
41
+ ./configure --enable-shared=no --disable-dependency-tracking --without-zlib CXXFLAGS="-frandom-seed=11 ${OPTFLAGS}"
42
42
make
43
43
mkdir -p $INSTALLPREFIX/host/bin
44
44
cp src/protoc $INSTALLPREFIX/host/bin
45
45
# Now recompile with the mingw cross-compiler:
46
46
make distclean
47
- ./configure --prefix=$INSTALLPREFIX --enable-shared=no --disable-dependency-tracking --with-protoc=$INSTALLPREFIX/host/bin/protoc --host=$HOST CXXFLAGS="-frandom-seed=11 ${OPTFLAGS}"
47
+ ./configure --prefix=$INSTALLPREFIX --enable-shared=no --disable-dependency-tracking --without-zlib -- with-protoc=$INSTALLPREFIX/host/bin/protoc --host=$HOST CXXFLAGS="-frandom-seed=11 ${OPTFLAGS}"
48
48
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
49
49
export FAKETIME=$REFERENCE_DATETIME
50
50
make
You can’t perform that action at this time.
0 commit comments