Re: [lxc-devel] [PATCH v2] ensure clock_gettime symbol is found

2013-02-22 Thread Stéphane Graber
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 |

[lxc-devel] [PATCH v2] ensure clock_gettime symbol is found

2013-02-22 Thread Dwight Engen
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