LibQt4: _devel requires libssl and libcrypto...

...or else it will build apps that use QtNetwork with QT_NO_SSL defined.
This commit is contained in:
Augustin Cavalier
2014-07-01 10:34:59 -04:00
parent 0d0de337cf
commit 96891df69b

View File

@@ -129,10 +129,15 @@ PROVIDES_devel="
devel:libQtUiTools$secondaryArchSuffix = $portVersion compat >= 4.8
"
# if libssl and libcrypto are not in REQUIRES_devel,
# qmake will decide that there is no system OpenSSL support
# and thus build Qt apps without any SSL support.
REQUIRES_devel="
libqt4$secondaryArchSuffix == $portVersion base
haiku$secondaryArchSuffix >= $haikuVersion
lib:libz$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
"
BUILD()