[Buildroot] [PATCH v4 1/2] libopenssl: bump version to 1.1.1a

Peter Seiderer ps.report at gmx.net
Wed Jan 16 14:24:28 UTC 2019


Hello Patrick,

On Wed, 16 Jan 2019 12:43:30 +0100, Patrick Havelange <patrick.havelange at essensium.com> wrote:

> Hello all,
> First sorry for not replying properly, I was not subscribed to the ML yet.

No problem (and every feedback/test is valuable ;-) )....
  
> About the breakage of wget, it is indeed because openssl got installed
> in /lib instead of /usr/lib/
> 
> So I think only the second part of the patch of Ryan Coe is needed, ie :

I tested the suggestion by Arnout and removing both libdir lines works fines
(and fixes the installation path of the openssl.pc file which fixes the wget
compile problem)...

Regards,
Peter

> 
> diff --git a/package/libopenssl/libopenssl.mk b/package/libopenssl/libopenssl.mk
> index e461e08..c3cb98a 100644
> --- a/package/libopenssl/libopenssl.mk
> +++ b/package/libopenssl/libopenssl.mk
> @@ -90,7 +90,7 @@ define LIBOPENSSL_CONFIGURE_CMDS
>                         linux-$(LIBOPENSSL_TARGET_ARCH) \
>                         --prefix=/usr \
>                         --openssldir=/etc/ssl \
> -                       --libdir=/lib \
> +                       --libdir=lib \
>                         $(if $(BR2_TOOLCHAIN_HAS_THREADS),threads,no-threads) \
>                         $(if $(BR2_STATIC_LIBS),no-shared,shared) \
>                         no-rc5 \
> 
> I got the same issue with the axel package and it was enough to fix it.
> 
> BR,
> 
> Patrick Havelange
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot




More information about the buildroot mailing list