diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-04 21:19:27 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-04 21:19:27 -0400 |
commit | 5ce4c2a23a756e20b85d721e08711e6faa3654ff (patch) | |
tree | a13692c48249140dc893562ce902685ce6477b86 /doc | |
parent | b0a7e05a45a925d78efd00ecca6dce9b7a9530f9 (diff) |
Remove USE_SSL #define
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index 977780c9e7..051a2151b5 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -79,7 +79,7 @@ Gavin also had trouble with the macports py27-appscript package; he ended up installing a version that worked with: /usr/bin/easy_install-2.7 appscript - qmake RELEASE=1 USE_SSL=1 USE_UPNP=1 USE_QRCODE=1 bitcoin-qt.pro + qmake RELEASE=1 USE_UPNP=1 USE_QRCODE=1 bitcoin-qt.pro make export QTDIR=/opt/local/share/qt4 # needed to find translations/qt_*.qm files T=$(contrib/qt_translations.py $QTDIR/translations src/qt/locale) |