Skip to content

Commit b94ae81

Browse files
committed
Merge pull request #6795
21d27eb net: Disable upnp by default (Wladimir J. van der Laan)
2 parents 8c7e613 + 21d27eb commit b94ae81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ files: []
2424
script: |
2525
WRAP_DIR=$HOME/wrapped
2626
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++"
2828
FAKETIME_HOST_PROGS=""
2929
FAKETIME_PROGS="date ar ranlib nm strip"
3030

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ files:
2727
script: |
2828
WRAP_DIR=$HOME/wrapped
2929
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"
3131
FAKETIME_HOST_PROGS=""
3232
FAKETIME_PROGS="ar ranlib date dmg genisoimage"
3333

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ files: []
2626
script: |
2727
WRAP_DIR=$HOME/wrapped
2828
HOSTS="x86_64-w64-mingw32 i686-w64-mingw32"
29-
CONFIGFLAGS="--enable-upnp-default --enable-reduce-exports"
29+
CONFIGFLAGS="--enable-reduce-exports"
3030
FAKETIME_HOST_PROGS="g++ ar ranlib nm windres strip"
3131
FAKETIME_PROGS="date makensis zip"
3232

0 commit comments

Comments
 (0)