[ptxdist] curl does not compile with SSL support

2020-03-23 Thread Effert Sascha (CM/EBV3)
Hi, I am using ptxdist 2019.01.0 in a project. In the project we currently use libcurl without SSL support. I changesd this using menuconfig, so libcurl should now compile with http, ftp and ssl support (use ca-certificates). Openssl is also available. Compiling fails thereafter in target

Re: [ptxdist] curl does not compile with SSL support

2020-03-23 Thread Alexander Dahl
Hello Sascha, Am Montag, 23. März 2020, 09:35:58 CET schrieb Effert Sascha (CM/EBV3): > Hi, > > I am using ptxdist 2019.01.0 in a project. In the project we currently use > libcurl without SSL support. I changesd this using menuconfig, so libcurl > should now compile with http, ftp and ssl

Re: [ptxdist] curl does not compile with SSL support

2020-03-23 Thread Effert Sascha (CM/EBV3)
Hello Alexander, I replaced libcurl.in and libcurl.make with the actual master containing that commit. But it ends up with the same error. Even before ptxdist has set --with-default-ssl-backend=ssl already. I printed out all parameters passed to configure and I got following call (sorry, it is

[ptxdist] [PATCH] json-glib: add dependency on host-glib

2020-03-23 Thread Uwe Kleine-König
json-glib requires glib-mkenums in its compile stage. Without this dependency you either need glib-mkenums on your host machine or luck that json-glib is build only after host-glib (assuming host-glib is enabled). Signed-off-by: Uwe Kleine-König --- rules/json-glib.in | 1 + 1 file changed, 1