Re: [lxc-devel] [PATCH] fix build with --enable-tests

2013-05-21 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Signed-off-by: Dwight Engen d'oh. thanks. Acked-by: Serge E. Hallyn > --- > src/lxc/lxccontainer.h | 1 + > src/tests/cgpath.c | 3 ++- > src/tests/clonetest.c | 10 +- > 3 files changed, 8 insertions(+), 6 deletions(-) > > di

[lxc-devel] [PATCH] fix build with --enable-tests

2013-05-21 Thread Dwight Engen
Signed-off-by: Dwight Engen --- src/lxc/lxccontainer.h | 1 + src/tests/cgpath.c | 3 ++- src/tests/clonetest.c | 10 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/lxc/lxccontainer.h b/src/lxc/lxccontainer.h index bf3168c..22ccb0b 100644 --- a/src/lxc/lxccon

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