b4de21dc27
libusb provides a library for application access to USB devices. Port based on FreeBSD/NetBSD
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
$OpenBSD: patch-libusb-config_in,v 1.1.1.1 2001/08/20 06:23:00 pvalchev Exp $
|
|
--- libusb-config.in.orig Wed Feb 16 15:09:31 2000
|
|
+++ libusb-config.in Sun Aug 19 23:44:47 2001
|
|
@@ -75,5 +75,5 @@ if test "$echo_cflags" = "yes"; then
|
|
echo $includes
|
|
fi
|
|
if test "$echo_libs" = "yes"; then
|
|
- echo -L@libdir@ -lusb
|
|
+ echo -L@libdir@ -Wl,-R@libdir@ -lusb
|
|
fi
|