summaryrefslogtreecommitdiffstats
path: root/package/syslog-ng/Config.in
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2019-01-28 20:29:34 +1300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-01-29 23:00:04 +0100
commit8cac823b0074fc65a2a04d6ecec7d2482a5a9a02 (patch)
tree4643fab88b75568558b0f6fdb63c296fa500e725 /package/syslog-ng/Config.in
parent4d5d0124c795a4269e9ae81efcdd1a121dd2f739 (diff)
downloadbuildroot-8cac823b0074fc65a2a04d6ecec7d2482a5a9a02.tar.gz
buildroot-8cac823b0074fc65a2a04d6ecec7d2482a5a9a02.zip
package/syslog-ng: allow building with static libraries
Bring in an upstream patch to fix builds for targets which lack dlfcn.h and revert "package/syslog-ng: depend on !BR2_STATIC_LIBS". This reverts commit 44dbd2907c5995b0b0c56cb2274dc60415205dd8. Now that upstream has different fix for the build issues with a static libc we can re-enable syslog-ng on these systems. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/syslog-ng/Config.in')
-rw-r--r--package/syslog-ng/Config.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/syslog-ng/Config.in b/package/syslog-ng/Config.in
index 6407645974..fbc236221a 100644
--- a/package/syslog-ng/Config.in
+++ b/package/syslog-ng/Config.in
@@ -3,7 +3,6 @@ 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
@@ -16,8 +15,7 @@ config BR2_PACKAGE_SYSLOG_NG
https://syslog-ng.org/
-comment "syslog-ng needs a toolchain w/ dynamic library, wchar, threads"
+comment "syslog-ng needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
- BR2_STATIC_LIBS
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
OpenPOWER on IntegriCloud