diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-10-12 12:56:19 +0000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-10-13 14:40:32 +0200 |
commit | 1b4bb4fdac4dce4e658aa3743153d77c04d1a331 (patch) | |
tree | d2d70899e3093167904b4147be76f63ff02ee84e /README | |
parent | 1ca6783f5ea3755bd83e723f529c2eda512c7fed (diff) | |
download | systemd-1b4bb4fdac4dce4e658aa3743153d77c04d1a331.tar.gz systemd-1b4bb4fdac4dce4e658aa3743153d77c04d1a331.tar.bz2 systemd-1b4bb4fdac4dce4e658aa3743153d77c04d1a331.zip |
journal: fix build in VALGRIND compatibility mode
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -105,6 +105,11 @@ WARNINGS: For more information on this issue consult http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken + To run systemd under valgrind, compile with VALGRIND defined + (e.g. ./configure CPPFLAGS='... -DVALGRIND=1'). Otherwise, + false positives will be triggered by code which violates + some rules but is actually safe. + ENGINEERING AND CONSULTING SERVICES: ProFUSION <http://profusion.mobi> offers professional engineering and consulting services for systemd for embedded |