All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/poppler: needs dynamic library
@ 2019-06-08 22:12 Fabrice Fontaine
  2019-06-09 21:23 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-06-08 22:12 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/e409863724005a0c182476612187a322a16a7db8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/poppler/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/poppler/Config.in b/package/poppler/Config.in
index 3fa244fbae..6ff6215e29 100644
--- a/package/poppler/Config.in
+++ b/package/poppler/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_POPPLER
 	bool "poppler"
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_STATIC_LIBS
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++14, constexpr
 	select BR2_PACKAGE_FONTCONFIG
 	help
@@ -28,6 +29,6 @@ config BR2_PACKAGE_POPPLER_UTILS
 
 endif
 
-comment "poppler needs a toolchain w/ C++, threads, gcc >= 5"
+comment "poppler needs a toolchain w/ C++, threads, dynamic library, gcc >= 5"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
-		!BR2_TOOLCHAIN_GCC_AT_LEAST_5
+		BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_5
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/poppler: needs dynamic library
  2019-06-08 22:12 [Buildroot] [PATCH 1/1] package/poppler: needs dynamic library Fabrice Fontaine
@ 2019-06-09 21:23 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2019-06-09 21:23 UTC (permalink / raw)
  To: buildroot



On 09/06/2019 00:12, Fabrice Fontaine wrote:
> Fixes:
>  - http://autobuild.buildroot.org/results/e409863724005a0c182476612187a322a16a7db8
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/poppler/Config.in | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/package/poppler/Config.in b/package/poppler/Config.in
> index 3fa244fbae..6ff6215e29 100644
> --- a/package/poppler/Config.in
> +++ b/package/poppler/Config.in
> @@ -2,6 +2,7 @@ config BR2_PACKAGE_POPPLER
>  	bool "poppler"
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on BR2_TOOLCHAIN_HAS_THREADS
> +	depends on !BR2_STATIC_LIBS
>  	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++14, constexpr
>  	select BR2_PACKAGE_FONTCONFIG
>  	help
> @@ -28,6 +29,6 @@ config BR2_PACKAGE_POPPLER_UTILS
>  
>  endif
>  
> -comment "poppler needs a toolchain w/ C++, threads, gcc >= 5"
> +comment "poppler needs a toolchain w/ C++, threads, dynamic library, gcc >= 5"
>  	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
> -		!BR2_TOOLCHAIN_GCC_AT_LEAST_5
> +		BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_5
> 

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

end of thread, other threads:[~2019-06-09 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-08 22:12 [Buildroot] [PATCH 1/1] package/poppler: needs dynamic library Fabrice Fontaine
2019-06-09 21:23 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.