Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libkrb5: needs dynamic library support
@ 2018-04-04  7:49 Baruch Siach
  2018-04-04 16:02 ` Thomas Petazzoni
  2018-04-04 16:28 ` André Hentschel
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2018-04-04  7:49 UTC (permalink / raw)
  To: buildroot

Even though the configure script checks for the presence of dlfcn.h, the
code includes this header unconditionally.

Fixes:
http://autobuild.buildroot.net/results/0e1/0e19af38d74aa74919a11ff1ebdb3b8c1a494b33/

Cc: Andr? Hentschel <nerv@dawncrow.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/libkrb5/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/libkrb5/Config.in b/package/libkrb5/Config.in
index 9147c9048924..f6af7130f0f2 100644
--- a/package/libkrb5/Config.in
+++ b/package/libkrb5/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBKRB5
 	bool "libkrb5"
 	# needs fork()
 	depends on BR2_USE_MMU
+	depends on !BR2_STATIC_LIBS
 	help
 	  Kerberos is a system for authenticating users and services
 	  on a network. Kerberos is a trusted third-party service.
@@ -11,3 +12,7 @@ config BR2_PACKAGE_LIBKRB5
 	  reference implementation of Kerberos V5.
 
 	  https://web.mit.edu/kerberos/
+
+comment "apache needs a toolchain w/ dynamic library"
+	depends on BR2_USE_MMU
+	depends on BR2_STATIC_LIBS
-- 
2.16.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] libkrb5: needs dynamic library support
  2018-04-04  7:49 [Buildroot] [PATCH] libkrb5: needs dynamic library support Baruch Siach
@ 2018-04-04 16:02 ` Thomas Petazzoni
  2018-04-04 16:28 ` André Hentschel
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-04-04 16:02 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  4 Apr 2018 10:49:24 +0300, Baruch Siach wrote:

> +comment "apache needs a toolchain w/ dynamic library"

Copy/paste error: this is a patch on libkrb5, not on apache :-)

Applied to master after fixing this. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] libkrb5: needs dynamic library support
  2018-04-04  7:49 [Buildroot] [PATCH] libkrb5: needs dynamic library support Baruch Siach
  2018-04-04 16:02 ` Thomas Petazzoni
@ 2018-04-04 16:28 ` André Hentschel
  1 sibling, 0 replies; 3+ messages in thread
From: André Hentschel @ 2018-04-04 16:28 UTC (permalink / raw)
  To: buildroot

Am 04.04.2018 um 09:49 schrieb Baruch Siach:
> Even though the configure script checks for the presence of dlfcn.h, the
> code includes this header unconditionally.
> 
> Fixes:
> http://autobuild.buildroot.net/results/0e1/0e19af38d74aa74919a11ff1ebdb3b8c1a494b33/
> 
> Cc: Andr? Hentschel <nerv@dawncrow.de>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/libkrb5/Config.in | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/package/libkrb5/Config.in b/package/libkrb5/Config.in
> index 9147c9048924..f6af7130f0f2 100644
> --- a/package/libkrb5/Config.in
> +++ b/package/libkrb5/Config.in
> @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBKRB5
>  	bool "libkrb5"
>  	# needs fork()
>  	depends on BR2_USE_MMU
> +	depends on !BR2_STATIC_LIBS
>  	help
>  	  Kerberos is a system for authenticating users and services
>  	  on a network. Kerberos is a trusted third-party service.
> @@ -11,3 +12,7 @@ config BR2_PACKAGE_LIBKRB5
>  	  reference implementation of Kerberos V5.
>  
>  	  https://web.mit.edu/kerberos/
> +
> +comment "apache needs a toolchain w/ dynamic library"
> +	depends on BR2_USE_MMU
> +	depends on BR2_STATIC_LIBS
> 

Thanks!
apache is wrong though :)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-04 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04  7:49 [Buildroot] [PATCH] libkrb5: needs dynamic library support Baruch Siach
2018-04-04 16:02 ` Thomas Petazzoni
2018-04-04 16:28 ` André Hentschel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox