44efee0a9e
Fix structure padding issues on some architectures Fix compile warnings with newer versions of gcc Fix memory leak when continuously rescanning for devices Check for device nodes in /dev/usb under Linux Fix compile problem with Darwin/Mac OS X port Add support for Darwin/Mac OS X 10.4 Fix error when transactions are aborted Requery endpoints when switching alternate settings Support more BSD based distributions Fix problem with short control messages in BSD port Various other minor fixes
13 lines
412 B
Text
13 lines
412 B
Text
$NetBSD: patch-ae,v 1.2 2006/03/11 08:34:13 adam Exp $
|
|
|
|
--- Makefile.in.orig 2006-03-04 03:54:03.000000000 +0100
|
|
+++ Makefile.in
|
|
@@ -295,7 +295,7 @@ libusbpp_la_LDFLAGS = \
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
|
-release $(LT_RELEASE) \
|
|
-export-dynamic \
|
|
- $(LDADDS) -lusb $(PREBIND_FLAGSPP)
|
|
+ $(LDADDS) libusb.la $(PREBIND_FLAGSPP)
|
|
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|