]> mj.ucw.cz Git - pciutils.git/commit
Use LDLIBS for all libraries on which libpci depends.
authorMartin Mares <mj@ucw.cz>
Wed, 13 Feb 2008 16:58:20 +0000 (17:58 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 13 Feb 2008 16:58:20 +0000 (17:58 +0100)
commit0715b08d6aa794b215d1bc91dbf401192f3510b7
treed4a125977a674dc004610ea8010d8caa574a2d62
parentb14cda81278fb0435fbb4c93b64122ee28dcb7bb
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.
Makefile
lib/Makefile
lib/configure
lib/libpci.pc.in