]> git.proxmox.com Git - mirror_lxc.git/commit
No need to link against rt and util on bionic
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 3 Jan 2013 17:24:06 +0000 (12:24 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 9 Jan 2013 15:10:02 +0000 (10:10 -0500)
commit20d2e91bd3495f4368396cd13a0507d716703286
tree029f2431a11a7f18a5cbd536568b5163e44afb9f
parent1ba0013f21e1953ae4a59cdf61562fbe843077e9
No need to link against rt and util on bionic

When building on bionic, -lrt and -lutil only cause a build failure.
Dropping those fixes the build, so it appears that the symbols are defined
in the main library.

This commit moves -lrt and -lutil under a !IS_BIONIC check.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/Makefile.am