* [Buildroot] [PATCH] syslog-ng: depend on !BR2_STATIC_LIBS
@ 2019-01-13 8:30 Chris Packham
2019-01-13 8:37 ` Baruch Siach
0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2019-01-13 8:30 UTC (permalink / raw)
To: buildroot
Upstream now unconditionally requires dlfcn.h:
- https://github.com/balabit/syslog-ng/commit/01258e56abc5804f8ea977ff9ab98cc8e2fd4702
Fixes:
- http://autobuild.buildroot.net/results/c0bca852e053cd0e021205b3a949e750ae602333
Signed-off-by: Chris Packham <judge.packham@gmail.com>
---
package/syslog-ng/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/syslog-ng/Config.in b/package/syslog-ng/Config.in
index fbc236221a..0561ba35d8 100644
--- a/package/syslog-ng/Config.in
+++ b/package/syslog-ng/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_SYSLOG_NG
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork()
+ depends on !BR2_STATIC_LIBS # dlfcn.h
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
select BR2_PACKAGE_EVENTLOG
select BR2_PACKAGE_LIBGLIB2
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] syslog-ng: depend on !BR2_STATIC_LIBS
2019-01-13 8:30 [Buildroot] [PATCH] syslog-ng: depend on !BR2_STATIC_LIBS Chris Packham
@ 2019-01-13 8:37 ` Baruch Siach
0 siblings, 0 replies; 2+ messages in thread
From: Baruch Siach @ 2019-01-13 8:37 UTC (permalink / raw)
To: buildroot
Hi Chris,
On Sun, Jan 13 2019, Chris Packham wrote:
> Upstream now unconditionally requires dlfcn.h:
> - https://github.com/balabit/syslog-ng/commit/01258e56abc5804f8ea977ff9ab98cc8e2fd4702
>
> Fixes:
> - http://autobuild.buildroot.net/results/c0bca852e053cd0e021205b3a949e750ae602333
>
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> package/syslog-ng/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/syslog-ng/Config.in b/package/syslog-ng/Config.in
> index fbc236221a..0561ba35d8 100644
> --- a/package/syslog-ng/Config.in
> +++ b/package/syslog-ng/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_SYSLOG_NG
> depends on BR2_USE_WCHAR # glib2
> depends on BR2_TOOLCHAIN_HAS_THREADS
> depends on BR2_USE_MMU # fork()
> + depends on !BR2_STATIC_LIBS # dlfcn.h
> depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
> select BR2_PACKAGE_EVENTLOG
> select BR2_PACKAGE_LIBGLIB2
Please update the dependencies comment at the end of Config.in.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-13 8:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-13 8:30 [Buildroot] [PATCH] syslog-ng: depend on !BR2_STATIC_LIBS Chris Packham
2019-01-13 8:37 ` Baruch Siach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox