Skip to content

Commit

Permalink
syslog-ng: remove CONFIG_TLS override for arm DEBUG_BUILD
Browse files Browse the repository at this point in the history
when enabling DEBUG_BUILD, an assembler failure used to be seen.
But this patch was in meta-oe c0ce759, dating in 2014...

Cannot reproduce the failure anymore with qemuarm.

Signed-off-by: Yi Fan Yu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Yi Fan Yu authored and kraj committed Apr 16, 2021
1 parent e63e4f0 commit 025454c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions meta-oe/recipes-support/syslog-ng/syslog-ng.inc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.ta
file://syslog-ng.conf.sysvinit \
file://initscript \
file://volatiles.03_syslog-ng \
file://configure.ac-add-option-enable-thread-tls-to-manage-.patch \
"

UPSTREAM_CHECK_URI = "https://github.com/balabit/syslog-ng/releases"
Expand All @@ -42,12 +41,8 @@ EXTRA_OECONF = " \
--disable-python \
--disable-java --disable-java-modules \
--with-pidfile-dir=${localstatedir}/run/${BPN} \
${CONFIG_TLS} \
"

CONFIG_TLS = "--enable-thread-tls"
CONFIG_TLS_arm = "${@oe.utils.conditional( "DEBUG_BUILD", "1", " --disable-thread-tls", " --enable-thread-tls", d )}"

PACKAGECONFIG ??= " \
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} \
"
Expand Down

0 comments on commit 025454c

Please sign in to comment.