]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
ensure clock_gettime symbol is found
authorDwight Engen <dwight.engen@oracle.com>
Fri, 22 Feb 2013 15:55:54 +0000 (10:55 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 22 Feb 2013 16:00:39 +0000 (11:00 -0500)
commit336d546929d7482b6334a2e6b2a45577e143ba79
tree810880bfb40db677510955c65bb45919e808dec3
parent6e2faa3724f1b05d5d5f9accc1b0f05f0ba26b5e
ensure clock_gettime symbol is found

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 <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
configure.ac