X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=contrib%2Fgitian-descriptors%2Fgitian.yml;h=d0f8decb7a5a03153818881669142f66cb80db03;hb=7415b805c492981992f5c0eb7969fa26ca62b629;hp=65005c61ffbb417b78ac2f65145852cb6015e0c7;hpb=2e17ac83c65b65fe2037b8c8941c25e288905903;p=novacoin.git diff --git a/contrib/gitian-descriptors/gitian.yml b/contrib/gitian-descriptors/gitian.yml index 65005c6..d0f8dec 100644 --- a/contrib/gitian-descriptors/gitian.yml +++ b/contrib/gitian-descriptors/gitian.yml @@ -39,7 +39,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 ..