From 062ac8b981885e7246f29fa991cd4b9e1228b2dd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Jun 2011 04:16:20 +0000 Subject: [PATCH] urjtag.pc: make sure usb/ftdi libs are declared for static builds git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1938 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- urjtag/ChangeLog | 3 +++ urjtag/src/urjtag.pc.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index 247d170c..39f27153 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -3,6 +3,9 @@ * src/tap/chain.c (urj_tap_chain_connect): Fix param count check with parallel cables after the refactorizing into dedicated funcs. Fix by Steve Tell. + * src/urjtag.pc.in (Libs.private): Add ftdi/usb libs after they were removed + from the global LIBS. + 2011-06-29 Mike Frysinger * src/tap/cable.c (urj_tap_cable_wait): Tweak code style to silence warnings diff --git a/urjtag/src/urjtag.pc.in b/urjtag/src/urjtag.pc.in index a2e11d77..7160de24 100644 --- a/urjtag/src/urjtag.pc.in +++ b/urjtag/src/urjtag.pc.in @@ -8,5 +8,5 @@ Description: Universal JTAG library, server and tools Version: @PACKAGE_VERSION@ URL: @PACKAGE_BUGREPORT@ Libs: -L${libdir} -lurjtag -Libs.private: @LIBS@ @LTLIBINTL@ +Libs.private: @LIBS@ @LIBFTDI_LIBS@ @FTD2XXLIB@ @LIBUSB_LIBS@ @LTLIBINTL@ Cflags: -I${includedir}