summaryrefslogtreecommitdiff
path: root/lib/libpci.pc.in
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2008-02-13 17:58:20 +0100
committerMartin Mares <mj@ucw.cz>2008-02-13 17:58:20 +0100
commit0715b08d6aa794b215d1bc91dbf401192f3510b7 (patch)
treed4a125977a674dc004610ea8010d8caa574a2d62 /lib/libpci.pc.in
parentb14cda81278fb0435fbb4c93b64122ee28dcb7bb (diff)
downloadpciutils-0715b08d6aa794b215d1bc91dbf401192f3510b7.tar.gz
Use LDLIBS for all libraries on which libpci depends.
This way, libpci.pc gets all dependencies, including -lpci on NetBSD. Clearing LDLIBS at the top of config.mk is necessary, because this file can get read twice.
Diffstat (limited to 'lib/libpci.pc.in')
-rw-r--r--lib/libpci.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpci.pc.in b/lib/libpci.pc.in
index 3e47698..f43f498 100644
--- a/lib/libpci.pc.in
+++ b/lib/libpci.pc.in
@@ -6,5 +6,5 @@ idsdir=@IDSDIR@
Name: libpci
Description: libpci
Version: @VERSION@
-Libs: -L${libdir} -lpci @LIBZ@
+Libs: -L${libdir} -lpci @LDLIBS@
Cflags: -I${includedir}