Re: [ptxdist] [PATCH 2/3] host-qt4: Enable openssl

2017-05-24 Thread Michael Olbrich
On Fri, May 19, 2017 at 10:16:19PM -0400, j...@ringle.org wrote:
> From: Jon Ringle 
> 
> The build breaks if with a bunch of QSslSocket errors such as:
> 
> undefined reference to `QSslSocket::staticMetaObject'

Can you elaborate? I what exactly are you doing when you get this error? I
don't see it here.

Michael

> Signed-off-by: Jon Ringle 
> ---
>  rules/host-qt4.in   | 1 +
>  rules/host-qt4.make | 1 -
>  2 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/host-qt4.in b/rules/host-qt4.in
> index 1be8b4d..27503ac 100644
> --- a/rules/host-qt4.in
> +++ b/rules/host-qt4.in
> @@ -2,6 +2,7 @@
>  
>  config HOST_QT4
>   tristate
> + select HOST_OPENSSL
>   select HOST_DBUSif HOST_QT4_DBUS
>   default ALLYES
>  
> diff --git a/rules/host-qt4.make b/rules/host-qt4.make
> index 6e1b651..66fac05 100644
> --- a/rules/host-qt4.make
> +++ b/rules/host-qt4.make
> @@ -69,7 +69,6 @@ HOST_QT4_AUTOCONF := \
>   -no-libtiff \
>   -no-gif \
>   -no-libjpeg \
> - -no-openssl \
>   -qt-zlib \
>   -no-freetype \
>   -stl \
> -- 
> 1.9.1
> 
> 
> ___
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

___
ptxdist mailing list
ptxdist@pengutronix.de

[ptxdist] [PATCH 2/3] host-qt4: Enable openssl

2017-05-19 Thread jon
From: Jon Ringle 

The build breaks if with a bunch of QSslSocket errors such as:

undefined reference to `QSslSocket::staticMetaObject'

Signed-off-by: Jon Ringle 
---
 rules/host-qt4.in   | 1 +
 rules/host-qt4.make | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/host-qt4.in b/rules/host-qt4.in
index 1be8b4d..27503ac 100644
--- a/rules/host-qt4.in
+++ b/rules/host-qt4.in
@@ -2,6 +2,7 @@
 
 config HOST_QT4
tristate
+   select HOST_OPENSSL
select HOST_DBUSif HOST_QT4_DBUS
default ALLYES
 
diff --git a/rules/host-qt4.make b/rules/host-qt4.make
index 6e1b651..66fac05 100644
--- a/rules/host-qt4.make
+++ b/rules/host-qt4.make
@@ -69,7 +69,6 @@ HOST_QT4_AUTOCONF := \
-no-libtiff \
-no-gif \
-no-libjpeg \
-   -no-openssl \
-qt-zlib \
-no-freetype \
-stl \
-- 
1.9.1


___
ptxdist mailing list
ptxdist@pengutronix.de