Re: [v4l-utils PATCH 1/1] Allow building static binaries

2015-12-21 Thread Sakari Ailus
Hi Gregor, On Wed, Dec 16, 2015 at 09:21:16PM +0100, Gregor Jasny wrote: > Hello, > > On 10/12/15 14:21, Sakari Ailus wrote: > > I discussed with Hans and he thought you'd be the best person to take a look > > at this. > > > > The case is that I'd like to build static binaries and that doesn't s

Re: [v4l-utils PATCH 1/1] Allow building static binaries

2015-12-16 Thread Gregor Jasny
Hello, On 10/12/15 14:21, Sakari Ailus wrote: > I discussed with Hans and he thought you'd be the best person to take a look > at this. > > The case is that I'd like to build static binaries and that doesn't seem to > work with what's in Makefile.am for libv4l1 and libv4l2 at the moment. Sorry f

Re: [v4l-utils PATCH 1/1] Allow building static binaries

2015-12-10 Thread Sakari Ailus
Hi Gregor, I discussed with Hans and he thought you'd be the best person to take a look at this. The case is that I'd like to build static binaries and that doesn't seem to work with what's in Makefile.am for libv4l1 and libv4l2 at the moment. Thanks. On Tue, Dec 08, 2015 at 05:18:21PM +0200, S

[v4l-utils PATCH 1/1] Allow building static binaries

2015-12-08 Thread Sakari Ailus
$ LDFLAGS="--static -static" ./configure --enable-static $ LDFLAGS=-static make can be used to create static binaries. The issue was that shared libraries were attempted to link statically which naturally failed. Signed-off-by: Sakari Ailus --- lib/libv4l1/Makefile.am | 3 +-- l