mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 14:28:22 +00:00
Fix Linux gitian descriptor to use QRCode support.
This commit is contained in:
parent
cad5745138
commit
1194739745
@ -16,7 +16,7 @@ packages:
|
|||||||
- "libssl-dev"
|
- "libssl-dev"
|
||||||
- "git-core"
|
- "git-core"
|
||||||
- "unzip"
|
- "unzip"
|
||||||
- "qrencode"
|
- "libqrencode-dev"
|
||||||
reference_datetime: "2011-01-30 00:00:00"
|
reference_datetime: "2011-01-30 00:00:00"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/bitcoin/bitcoin.git"
|
- "url": "https://github.com/bitcoin/bitcoin.git"
|
||||||
@ -44,6 +44,6 @@ script: |
|
|||||||
mkdir -p $OUTDIR/bin/$GBUILD_BITS
|
mkdir -p $OUTDIR/bin/$GBUILD_BITS
|
||||||
install -s bitcoind $OUTDIR/bin/$GBUILD_BITS
|
install -s bitcoind $OUTDIR/bin/$GBUILD_BITS
|
||||||
cd ..
|
cd ..
|
||||||
qmake INCLUDEPATH="$INSTDIR/include" LIBS="-L$INSTDIR/lib" RELEASE=1 USE_SSL=1
|
qmake INCLUDEPATH="$INSTDIR/include" LIBS="-L$INSTDIR/lib" RELEASE=1 USE_SSL=1 USE_QRCODE=1
|
||||||
make $MAKEOPTS
|
make $MAKEOPTS
|
||||||
install bitcoin-qt $OUTDIR/bin/$GBUILD_BITS
|
install bitcoin-qt $OUTDIR/bin/$GBUILD_BITS
|
||||||
|
Loading…
Reference in New Issue
Block a user