python3: update to 3.11.10
[openadk.git] / package / pciutils / patches / patch-Makefile
blob6beca8f8debbce4214e733eff2fe9501f151693f
1 --- pciutils-3.5.1.orig/Makefile        2016-05-22 09:57:08.000000000 +0200
2 +++ pciutils-3.5.1/Makefile     2016-09-17 09:12:16.449352397 +0200
3 @@ -19,7 +19,7 @@ ZLIB=
4  DNS=
5  
6  # Build libpci as a shared library (yes/no; or local for testing; requires GCC)
7 -SHARED=no
8 +SHARED=yes
9  
10  # Use libkmod to resolve kernel modules on Linux (yes/no, default: detect)
11  LIBKMOD=
12 @@ -32,7 +32,7 @@ HWDB=
13  ABI_VERSION=.3
15  # Installation directories
16 -PREFIX=/usr/local
17 +PREFIX=/usr
18  SBINDIR=$(PREFIX)/sbin
19  SHAREDIR=$(PREFIX)/share
20  IDSDIR=$(SHAREDIR)
21 @@ -59,7 +59,7 @@ PCIINC_INS=lib/config.h lib/header.h lib
23  export
25 -all: lib/$(PCILIB) lspci setpci example lspci.8 setpci.8 pcilib.7 update-pciids update-pciids.8 $(PCI_IDS)
26 +all: lib/$(PCILIB) lspci setpci lspci.8 setpci.8 pcilib.7 update-pciids update-pciids.8 $(PCI_IDS)
28  lib/$(PCILIB): $(PCIINC) force
29         $(MAKE) -C lib all
30 @@ -125,7 +125,7 @@ endif
31  endif
33  ifeq ($(SHARED),yes)
34 -install: install-pcilib
35 +install: install-lib
36  endif
38  install-pcilib: lib/$(PCILIB)