diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-12-23 03:53:31 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-12-23 03:53:31 -0800 |
| commit | 5ad2ca011eaee4f07c71458bb475224608132b25 (patch) | |
| tree | 544edfc70d449beeecf63e28b1bba1f2e23775c4 | |
| parent | Merge pull request #683 from laanwj/ui_copy_amount (diff) | |
| parent | Fix #722. (diff) | |
| download | discoin-5ad2ca011eaee4f07c71458bb475224608132b25.tar.xz discoin-5ad2ca011eaee4f07c71458bb475224608132b25.zip | |
Merge pull request #723 from TheBlueMatt/gitianfix
Fix #722.
| -rw-r--r-- | contrib/gitian-descriptors/gitian.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/gitian.yml b/contrib/gitian-descriptors/gitian.yml index 6f503ac0b..903a9dc29 100644 --- a/contrib/gitian-descriptors/gitian.yml +++ b/contrib/gitian-descriptors/gitian.yml @@ -40,7 +40,7 @@ script: | cp $OUTDIR/src/COPYING $OUTDIR cd src sed 's/$(DEBUGFLAGS)//' -i makefile.unix - make -f makefile.unix STATIC=1 DEFS="-I$INSTDIR/include -L$INSTDIR/lib" $MAKEOPTS bitcoind USE_UPNP=0 USE_SSL=1 + make -f makefile.unix STATIC=1 OPENSSL_INCLUDE_PATH="$INSTDIR/include" OPENSSL_LIB_PATH="$INSTDIR/lib" $MAKEOPTS bitcoind USE_UPNP=0 USE_SSL=1 mkdir -p $OUTDIR/bin/$GBUILD_BITS install -s bitcoind $OUTDIR/bin/$GBUILD_BITS cd .. |