Re: [PATCH libinput 1/2] Use -no-install instead of -static for local noinst linking

2014-08-23 Thread Hans de Goede
Hi, On 08/19/2014 01:57 AM, Peter Hutterer wrote: > The goal of -static was to avoid the libtool wrappers for easier debugging. > The -no-install flag does exactly that, without requiring static linking. > > Related to https://bugs.freedesktop.org/show_bug.cgi?id=82292 > > Signed-off-by: Peter H

[PATCH libinput 1/2] Use -no-install instead of -static for local noinst linking

2014-08-18 Thread Peter Hutterer
The goal of -static was to avoid the libtool wrappers for easier debugging. The -no-install flag does exactly that, without requiring static linking. Related to https://bugs.freedesktop.org/show_bug.cgi?id=82292 Signed-off-by: Peter Hutterer --- test/Makefile.am | 16 tools/Ma