diff options
| author | Matt Corallo <[email protected]> | 2012-02-15 14:42:51 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2012-02-15 16:39:01 -0500 |
| commit | b03cb15789d021a2dc8c32cbe5ed92ad16da0f40 (patch) | |
| tree | 7b2d3db8b3af69b31f1b7e713729714159ba8a07 /contrib/debian/rules | |
| parent | Fix compilation warning. (diff) | |
| download | discoin-b03cb15789d021a2dc8c32cbe5ed92ad16da0f40.tar.xz discoin-b03cb15789d021a2dc8c32cbe5ed92ad16da0f40.zip | |
Make bitcoin-qt static-link libqrcode and add it for debian pkgs.
Diffstat (limited to 'contrib/debian/rules')
| -rwxr-xr-x | contrib/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/debian/rules b/contrib/debian/rules index a1d65652e..6d6f119b5 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -20,7 +20,7 @@ override_dh_auto_clean: cd src; $(MAKE) -f makefile.unix clean override_dh_auto_configure: - qmake bitcoin-qt.pro + qmake bitcoin-qt.pro USE_SSL=1 USE_QRCODE=1 override_dh_auto_test: cd src; $(MAKE) -f makefile.unix test_bitcoin |