mingw-w64-qt5-base: Remove wrong/unused line for OpenSSL 1.0

This commit is contained in:
Martchus 2017-06-22 12:55:11 +02:00
parent 406e2de95c
commit 7ec851b755
4 changed files with 0 additions and 4 deletions

View File

@ -222,7 +222,6 @@ build() {
for _arch in ${_architectures}; do
echo "INCLUDEPATH += /usr/${_arch}/include/openssl-1.0" >> src/network/network.pro
export OPENSSL_LIBS='-L/usr/${_arch}/lib/openssl-1.0 -lssl -lcrypto'
# Phonon is disabled for now because we lack the directx headers
# FIXME: check whether this is still the case

View File

@ -222,7 +222,6 @@ build() {
for _arch in ${_architectures}; do
echo "INCLUDEPATH += /usr/${_arch}/include/openssl-1.0" >> src/network/network.pro
export OPENSSL_LIBS='-L/usr/${_arch}/lib/openssl-1.0 -lssl -lcrypto'
# Phonon is disabled for now because we lack the directx headers
# FIXME: check whether this is still the case

View File

@ -222,7 +222,6 @@ build() {
for _arch in ${_architectures}; do
echo "INCLUDEPATH += /usr/${_arch}/include/openssl-1.0" >> src/network/network.pro
export OPENSSL_LIBS='-L/usr/${_arch}/lib/openssl-1.0 -lssl -lcrypto'
# Phonon is disabled for now because we lack the directx headers
# FIXME: check whether this is still the case

View File

@ -222,7 +222,6 @@ build() {
for _arch in ${_architectures}; do
echo "INCLUDEPATH += /usr/${_arch}/include/openssl-1.0" >> src/network/network.pro
export OPENSSL_LIBS='-L/usr/${_arch}/lib/openssl-1.0 -lssl -lcrypto'
# Phonon is disabled for now because we lack the directx headers
# FIXME: check whether this is still the case