Re: [systemd-devel] [ANNOUNCE] Git development moved to github

2015-06-10 Thread Martin Jansa
On Wed, Jun 10, 2015 at 12:01:18AM +0200, Lennart Poettering wrote: > On Tue, 09.06.15 14:54, Filipe Brandenburger (filbran...@google.com) wrote: > > > On Tue, Jun 9, 2015 at 2:37 PM, Lennart Poettering > > wrote: > > > On Tue, 09.06.15 13:04, Filipe Brandenburger (filbran...@google.com) > > > w

Re: [systemd-devel] systemd 187/201 on kernel < 2.6.39

2013-12-18 Thread Martin Jansa
On Wed, Dec 18, 2013 at 11:58:47AM +0100, Davide Bettio wrote: > Hello, > > According to README minimum required kernel version for systemd 187 is > 2.6.39, can anyone point me which features from that kernel version are > required from systemd 187? > > I've been testing systemd 187 on 2.6.35 (

[systemd-devel] [PATCH] configure: use AC_CHECK_TOOL for objcopy, strings and gperf

2013-04-16 Thread Martin Jansa
}objcopy then it tries objcopy without prefix which is found on host, but that objcopy does not work for !host (e.g. arm when building on x86) libs Signed-off-by: Martin Jansa --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac