On 01/03/2013 01:10 PM, Serge Hallyn wrote:
> Quoting Stéphane Graber (stgra...@ubuntu.com):
>> 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
Quoting Stéphane Graber (stgra...@ubuntu.com):
> 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-
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
---
src/lxc/Makefile.am | 12 ++