openbsd-ports/devel/libusb/patches/patch-libusb-config_in
2006-11-15 18:34:13 +00:00

11 lines
368 B
Plaintext

$OpenBSD: patch-libusb-config_in,v 1.4 2006/11/15 18:34:13 pvalchev Exp $
--- libusb-config.in.orig Tue Nov 14 21:01:48 2006
+++ libusb-config.in Tue Nov 14 21:02:02 2006
@@ -75,5 +75,5 @@ if test "$echo_cflags" = "yes"; then
echo $includes
fi
if test "$echo_libs" = "yes"; then
- echo -L@libdir@ -lusb @OSLIBS@
+ echo -L@libdir@ -Wl,-R@libdir@ -lusb @OSLIBS@
fi