Re: [lxc-devel] [PATCH] Fix build with --enable-tests on Fedora

2012-11-29 Thread Dwight Engen
On Thu, 29 Nov 2012 09:24:23 -0600 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > When using --enable-tests on Fedora, the linker complains with: > > "undefined reference to symbol sem_getvalue", which nm shows to be > > in libpthread not librt. Build tested on Fedora,

Re: [lxc-devel] [PATCH] Fix build with --enable-tests on Fedora

2012-11-29 Thread Stéphane Graber
On 11/29/2012 10:24 AM, Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): >> When using --enable-tests on Fedora, the linker complains with: >> "undefined reference to symbol sem_getvalue", which nm shows to be in >> libpthread not librt. Build tested on Fedora, Oracle Linux, an

Re: [lxc-devel] [PATCH] Fix build with --enable-tests on Fedora

2012-11-29 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > When using --enable-tests on Fedora, the linker complains with: > "undefined reference to symbol sem_getvalue", which nm shows to be in > libpthread not librt. Build tested on Fedora, Oracle Linux, and Ubuntu. > > Signed-off-by: Dwight Engen To b

Re: [lxc-devel] [PATCH] Fix build with --enable-tests on Fedora

2012-11-29 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > When using --enable-tests on Fedora, the linker complains with: > "undefined reference to symbol sem_getvalue", which nm shows to be in > libpthread not librt. Build tested on Fedora, Oracle Linux, and Ubuntu. > > Signed-off-by: Dwight Engen Drat

[lxc-devel] [PATCH] Fix build with --enable-tests on Fedora

2012-11-28 Thread Dwight Engen
When using --enable-tests on Fedora, the linker complains with: "undefined reference to symbol sem_getvalue", which nm shows to be in libpthread not librt. Build tested on Fedora, Oracle Linux, and Ubuntu. Signed-off-by: Dwight Engen --- src/tests/Makefile.am |2 +- 1 files changed, 1 insert