* Fix various compile warnings * Require newer autotools * Switch from QT to STL for C++ extensions * Linux: * Speed up small bulk and interrupt transfers to previous speeds * Fix case where bulk and interrupt transfers could block forever * Fix tree heirarchy building code (undocumented)
13 lines
402 B
Text
13 lines
402 B
Text
$NetBSD: patch-ae,v 1.1 2005/02/14 09:50:18 adam Exp $
|
|
|
|
--- Makefile.in.orig 2005-02-14 10:46:11.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -283,7 +283,7 @@ libusbpp_la_LDFLAGS = \
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
|
-release $(LT_RELEASE) \
|
|
-export-dynamic \
|
|
- $(LDADDS) -lusb $(QT_LDFLAGS)
|
|
+ $(LDADDS) libusb.la $(QT_LDFLAGS)
|
|
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|