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
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
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
$ 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