On 8/24/09 4:05 AM, Carl-Daniel Hailfinger wrote:
Hi Jörg,
thanks for your patch. Review follows.
On 23.08.2009 07:52, Joerg Mayer wrote:
Index: Makefile
--- Makefile (revision 696) +++ Makefile (working copy) @@ -75,12 +75,13 @@ endif endif
+FTDILIBS = $(shell pkg-config --libs libftdi)
AFAICS this breaks if pkg-config is not installed.
Maybe we should make pkg-config a requirement? The same problem happens with libpci and libz.
Or is there a better way to solve this?
Stefan