mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user