From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos Santos Date: Sun, 13 Jan 2019 10:43:27 -0200 (BRST) Subject: [Buildroot] [PATCH v2] syslog-ng: depend on !BR2_STATIC_LIBS In-Reply-To: <20190113084722.19441-1-judge.packham@gmail.com> References: <20190113084722.19441-1-judge.packham@gmail.com> Message-ID: <1466149302.1776233.1547383407186.JavaMail.zimbra@datacom.com.br> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net > From: "Chris Packham" > To: "buildroot" > Cc: "Carlos Santos" , "Chris Packham" > Sent: Domingo, 13 de janeiro de 2019 6:47:22 > Subject: [PATCH v2] syslog-ng: depend on !BR2_STATIC_LIBS > 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 > --- > Changes in v2: > - update comment when toolchain prerequisites are not met (thanks Baruch) > > package/syslog-ng/Config.in | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/package/syslog-ng/Config.in b/package/syslog-ng/Config.in > index fbc236221a..6407645974 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 > @@ -15,7 +16,8 @@ config BR2_PACKAGE_SYSLOG_NG > > https://syslog-ng.org/ > > -comment "syslog-ng needs a toolchain w/ wchar, threads" > +comment "syslog-ng needs a toolchain w/ dynamic library, wchar, threads" > depends on BR2_USE_MMU > - depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS > + depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ > + BR2_STATIC_LIBS > depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS > -- > 2.20.1 Reviewed-by: Carlos Santos -- Carlos Santos (Casantos) - DATACOM, P&D