diff options
| author | Matt Corallo <[email protected]> | 2011-12-23 15:35:59 -0800 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2011-12-23 15:35:59 -0800 |
| commit | 119473974574d2d380a95c97d059598b70fb73de (patch) | |
| tree | bd6d0a7529495c01bd98a8e0b9ac0e6d0394e6b7 | |
| parent | Add libqrencode-dev to the debian/ubuntu apt-get lines. (diff) | |
| download | discoin-119473974574d2d380a95c97d059598b70fb73de.tar.xz discoin-119473974574d2d380a95c97d059598b70fb73de.zip | |
Fix Linux gitian descriptor to use QRCode support.
| -rw-r--r-- | contrib/gitian-descriptors/gitian.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian-descriptors/gitian.yml b/contrib/gitian-descriptors/gitian.yml index 903a9dc29..8a0ee0e03 100644 --- a/contrib/gitian-descriptors/gitian.yml +++ b/contrib/gitian-descriptors/gitian.yml @@ -16,7 +16,7 @@ packages: - "libssl-dev" - "git-core" - "unzip" -- "qrencode" +- "libqrencode-dev" reference_datetime: "2011-01-30 00:00:00" remotes: - "url": "https://github.com/bitcoin/bitcoin.git" @@ -44,6 +44,6 @@ script: | mkdir -p $OUTDIR/bin/$GBUILD_BITS install -s bitcoind $OUTDIR/bin/$GBUILD_BITS 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 install bitcoin-qt $OUTDIR/bin/$GBUILD_BITS |