commit: 9401604bffe0ec18ee7ab14fd7dc403c73ea49bd Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Sep 27 07:13:54 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Sep 27 07:13:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9401604b
app-admin/syslog-ng-4.9.0: fix build on non-glibc systems Unconditionally disable stackdump support, which requires libunwind and glibc support (dladdr()). Upstream suggests to disable the feature by default. Perhaps a next revision/version can have a USE-flag for this if deemed a useful feature (seems more like a development aid to me). Closes: https://bugs.gentoo.org/963387 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> app-admin/syslog-ng/syslog-ng-4.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/syslog-ng/syslog-ng-4.9.0.ebuild b/app-admin/syslog-ng/syslog-ng-4.9.0.ebuild index f68e758351df..84c332137af4 100644 --- a/app-admin/syslog-ng/syslog-ng-4.9.0.ebuild +++ b/app-admin/syslog-ng/syslog-ng-4.9.0.ebuild @@ -123,6 +123,7 @@ src_configure() { --disable-java --disable-java-modules --disable-riemann + --disable-stackdump # 963387 --enable-ipv6 --enable-manpages --localstatedir=/var/lib/syslog-ng
