From 0715b08d6aa794b215d1bc91dbf401192f3510b7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 13 Feb 2008 17:58:20 +0100 Subject: 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. --- lib/libpci.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpci.pc.in') 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} -- cgit v1.2.1