File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ files: []
24
24
script : |
25
25
WRAP_DIR=$HOME/wrapped
26
26
HOSTS="i686-pc-linux-gnu x86_64-unknown-linux-gnu"
27
- CONFIGFLAGS="--enable-upnp-default --enable- glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++"
27
+ CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++"
28
28
FAKETIME_HOST_PROGS=""
29
29
FAKETIME_PROGS="date ar ranlib nm strip"
30
30
Original file line number Diff line number Diff line change 27
27
script : |
28
28
WRAP_DIR=$HOME/wrapped
29
29
HOSTS="x86_64-apple-darwin11"
30
- CONFIGFLAGS="--enable-upnp-default --enable- reduce-exports GENISOIMAGE=$WRAP_DIR/genisoimage"
30
+ CONFIGFLAGS="--enable-reduce-exports GENISOIMAGE=$WRAP_DIR/genisoimage"
31
31
FAKETIME_HOST_PROGS=""
32
32
FAKETIME_PROGS="ar ranlib date dmg genisoimage"
33
33
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ files: []
26
26
script : |
27
27
WRAP_DIR=$HOME/wrapped
28
28
HOSTS="x86_64-w64-mingw32 i686-w64-mingw32"
29
- CONFIGFLAGS="--enable-upnp-default --enable- reduce-exports"
29
+ CONFIGFLAGS="--enable-reduce-exports"
30
30
FAKETIME_HOST_PROGS="g++ ar ranlib nm windres strip"
31
31
FAKETIME_PROGS="date makensis zip"
32
32
You can’t perform that action at this time.
0 commit comments