13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2007/03/30 16:49:07 jasper Exp $
|
|
--- configure.orig Mon Mar 26 21:14:33 2007
|
|
+++ configure Fri Mar 30 18:42:08 2007
|
|
@@ -19106,7 +19106,7 @@ if test $ac_cv_lib_usb_usb_control_msg = yes; then
|
|
#define HAVE_LIBUSB 1
|
|
_ACEOF
|
|
|
|
- LIBS="-lusb $LIBS"
|
|
+ LIBS="-lusb -liconv $LIBS"
|
|
|
|
else
|
|
{ { echo "$as_me:$LINENO: error: I can't find the libusb libraries on your system. You
|