summaryrefslogtreecommitdiffstats
path: root/rules/systemd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-03-11 16:35:37 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-03-15 09:17:11 +0100
commitad833da81da705d5ca52edd857cfeb70ecac5030 (patch)
tree1975f631ef5bc522ce88614aa1afc017a728a913 /rules/systemd.make
parent311c14be1ecd5183f0ac1f94d3bf4cbcce32c26a (diff)
downloadptxdist-ad833da81da705d5ca52edd857cfeb70ecac5030.tar.gz
ptxdist-ad833da81da705d5ca52edd857cfeb70ecac5030.tar.xz
systemd: enable backtrace support for coredumps
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/systemd.make')
-rw-r--r--rules/systemd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/systemd.make b/rules/systemd.make
index 72cd6d0f9..001250d56 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -85,7 +85,7 @@ SYSTEMD_CONF_OPT := \
--disable-acl \
--disable-smack \
--disable-audit \
- --disable-elfutils \
+ --$(call ptx/endis,PTXCONF_SYSTEMD_COREDUMP)-elfutils \
--disable-libcryptsetup \
--disable-qrencode \
--disable-gnutls \