On 02/22/2013 10:55 AM, Dwight Engen wrote:
> got link error liblxc.so: undefined reference to `clock_gettime'
> clock_gettime is used by lxclock.c and is in librt, or bionic libc.
>
> Signed-off-by: Dwight Engen
Acked-by: Stéphane Graber
And pushed to staging. Thanks.
> ---
> configure.ac |
got link error liblxc.so: undefined reference to `clock_gettime'
clock_gettime is used by lxclock.c and is in librt, or bionic libc.
Signed-off-by: Dwight Engen
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index a133d16..88959ff 100644
--- a/co