$NetBSD: patch-lib_configure,v 1.3 2026/05/06 09:27:00 pin Exp $

lspci on Linux is unprivileged and wants to go in bin, not sbin.
But that breaks our PLIST so let's not bother with that.

--- lib/configure.orig	2026-05-06 05:04:12.185715497 +0000
+++ lib/configure
@@ -85,7 +85,6 @@ case $sys in
 						;;
 		esac
 		echo >>$c '#define PCI_HAVE_64BIT_ADDRESS'
-		LSPCIDIR=BINDIR
 		;;
 	sunos)
 		echo_n " mem-ports ecam"
@@ -372,7 +371,7 @@ fi
 		echo >>$m 'PCILIB_LDFLAGS+=-Wl,--exclude-all-symbols'
 	fi
 fi
-echo >>$m 'PCILIBPC=$(LIBNAME).pc'
+echo >>$m 'PCILIBPC=libpci.pc'
 
 if [ "$SHARED" != no ] && [ "$LIBEXT" = dll ]; then
 	echo >>$m 'PCIIMPLIB=$(PCILIB).a'
