From: Oscar Lesta Date: Wed, 13 Mar 2024 06:26:13 +0000 (-0300) Subject: Haiku: fix build with DNS=yes. X-Git-Tag: v3.13.0~32^2^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1b39cd53fa090d2e003f3888609e4e67bac88628;p=pciutils.git Haiku: fix build with DNS=yes. --- diff --git a/lib/configure b/lib/configure index 3df057a..d02160b 100755 --- a/lib/configure +++ b/lib/configure @@ -208,6 +208,9 @@ case $sys in echo >>$c '#define PCI_PATH_DEVMEM_DEVICE "/dev/misc/mem"' echo >>$c '#define PCI_PATH_ACPI_MCFG ""' echo >>$c '#define PCI_PATH_EFI_SYSTAB ""' + if [ "$sys" != "beos" ] ; then + LIBRESOLV=-lnetwork + fi ;; sylixos) echo >>$c '#define PCI_PATH_SYLIXOS_DEVICE "/proc/pci"'